Skip to content

Commit a62a271

Browse files
authored
Merge pull request #1902 from mostaphaRoudsari/patch-1
Fix small misspelling error
2 parents f81c728 + d83ab3e commit a62a271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/utils/quantity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def parse_quantity(quantity):
6464
else:
6565
raise ValueError("{} has unknown suffix".format(quantity))
6666

67-
# handly SI inconsistency
67+
# handle SI inconsistency
6868
if suffix == "ki":
6969
raise ValueError("{} has unknown suffix".format(quantity))
7070

0 commit comments

Comments
 (0)