Skip to content

Commit

Permalink
Fix small misspelling error
Browse files Browse the repository at this point in the history
handly -> handle
  • Loading branch information
mostaphaRoudsari authored Sep 27, 2022
1 parent 5c2cbff commit d83ab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/utils/quantity.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def parse_quantity(quantity):
else:
raise ValueError("{} has unknown suffix".format(quantity))

# handly SI inconsistency
# handle SI inconsistency
if suffix == "ki":
raise ValueError("{} has unknown suffix".format(quantity))

Expand Down

0 comments on commit d83ab3e

Please sign in to comment.