Skip to content

Commit

Permalink
Add missing param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLill committed Dec 19, 2021
1 parent 268ebf1 commit b2c0ef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def _parse_value(value):
Includes handling of commas and dots for decimal separators and
digit grouping, such as 1.000,00 and 1,000.00.
:param value: the statement value as string
:return: parsed value of the statement as float.
"""
if not value:
Expand Down

0 comments on commit b2c0ef7

Please sign in to comment.