Skip to content

Commit 18df01f

Browse files
committed
🐛 fix misleading docstrings
1 parent aabad48 commit 18df01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mindee/documents/us/bank_check/bank_check_v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class BankCheckV1(Document):
1111
date: DateField
1212
"""Date the check was issued"""
1313
amount: AmountField
14-
"""Total including taxes"""
14+
"""Amount to be paid"""
1515
payees: List[TextField]
1616
"""List of payees (full name or company name)"""
1717
check_number: TextField
@@ -23,7 +23,7 @@ class BankCheckV1(Document):
2323
check_position: PositionField
2424
"""Check's position in the image"""
2525
signatures_positions: List[PositionField]
26-
"""Signatures' positions in the image"""
26+
"""The positions of the signatures on the image."""
2727

2828
def __init__(
2929
self,

0 commit comments

Comments
 (0)