Merge pull request #1902 from mostaphaRoudsari/patch-1

Fix small misspelling error
This commit is contained in:
Yu Liao 2023-01-30 21:05:45 -08:00 committed by GitHub
commit a62a271aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))