Skip to content

Commit

Permalink
Minor documentation fixes in shared.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul4732saini committed Oct 30, 2024
1 parent 01fdecb commit 22668ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fise/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22668ac

Please sign in to comment.