We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f81c728 + d83ab3e commit a62a271Copy full SHA for a62a271
kubernetes/utils/quantity.py
@@ -64,7 +64,7 @@ def parse_quantity(quantity):
64
else:
65
raise ValueError("{} has unknown suffix".format(quantity))
66
67
- # handly SI inconsistency
+ # handle SI inconsistency
68
if suffix == "ki":
69
70
0 commit comments