Thanks to visit codestin.com Credit goes to github.com
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 5c2cbff commit d83ab3eCopy full SHA for d83ab3e
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