Fix small misspelling error

handly -> handle
This commit is contained in:
Mostapha Sadeghipour Roudsari 2022-09-27 19:46:35 -04:00 committed by GitHub
parent 5c2cbffab6
commit d83ab3e570
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))