Skip to content

Commit

Permalink
Fix typo in parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 authored Jun 20, 2023
1 parent 4798b48 commit 2a204b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion number_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _check_large_multiplier(current_token, total_value, current_grp_value, lang_


def _build_number(token_list, lang_data):
"""Incrementaly builds a number from the list of tokens."""
"""Incrementally builds a number from the list of tokens."""
total_value = 0
current_grp_value = 0
previous_token = None
Expand Down

0 comments on commit 2a204b4

Please sign in to comment.