From 22668ac576e5871ac2c2f74d617a1ace558a23c3 Mon Sep 17 00:00:00 2001 From: rahul4732saini Date: Wed, 30 Oct 2024 21:44:47 +0530 Subject: [PATCH] Minor documentation fixes in shared.py --- fise/shared.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fise/shared.py b/fise/shared.py index 74ae831..9cec26d 100644 --- a/fise/shared.py +++ b/fise/shared.py @@ -144,8 +144,8 @@ def evaluate(self, entity: File | DataLine | Directory) -> Any: @dataclass(slots=True, frozen=True, eq=False) class Size(AbstractField): """ - Size class stores the size unit of the file size - field and defines a mechanism for parsing the field. + Size class stores the size conversion divisor for converting + file sizes and defines methods for parsing and evaluating them. """ # Regex pattern for matching size field specifications.