Skip to content

Commit fa4be9e

Browse files
Minor documentation fixes in fields.py
1 parent 65839ee commit fa4be9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fise/fields.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def parse(cls, field: str):
4646

4747
def evaluate(self, entity: BaseEntity) -> Any:
4848
"""
49-
Evaluates the stored field object based on associated
50-
attributes within the specified entity object.
49+
Evaluates the stored field based upon its corresponding
50+
attribute within the specified entity object.
5151
"""
5252
return getattr(entity, self.field)
5353

0 commit comments

Comments
 (0)