Skip to content

Commit d83ab3e

Browse files
Fix small misspelling error
handly -> handle
1 parent 5c2cbff commit d83ab3e

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)