Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1902 from mostaphaRoudsari/patch-1
Browse files Browse the repository at this point in the history
Fix small misspelling error
  • Loading branch information
yliaog authored Jan 31, 2023
2 parents f81c728 + d83ab3e commit a62a271
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 a62a271

Please sign in to comment.