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.
1 parent 5d1e254 commit 50c764aCopy full SHA for 50c764a
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