Merge pull request #1902 from mostaphaRoudsari/patch-1
Fix small misspelling error
This commit is contained in:
commit
a62a271aa4
@ -64,7 +64,7 @@ def parse_quantity(quantity):
|
||||
else:
|
||||
raise ValueError("{} has unknown suffix".format(quantity))
|
||||
|
||||
# handly SI inconsistency
|
||||
# handle SI inconsistency
|
||||
if suffix == "ki":
|
||||
raise ValueError("{} has unknown suffix".format(quantity))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user