diff --git a/interfaces/cython/cantera/with_units/solution.py.in b/interfaces/cython/cantera/with_units/solution.py.in index 0384bc462b5..b8d391eb997 100644 --- a/interfaces/cython/cantera/with_units/solution.py.in +++ b/interfaces/cython/cantera/with_units/solution.py.in @@ -38,7 +38,7 @@ class Solution: This implementation of `Solution ` operates with units by using the `pint` library to convert between unit systems. All properties - are asssigned units in the standard MKS system that Cantera uses, substituting kmol + are assigned units in the standard MKS system that Cantera uses, substituting kmol instead of mol. Each property is an instance of the `pint.Quantity` class. Similarly, properties must be instances of `pint.Quantity` classes when they are @@ -100,7 +100,7 @@ class PureFluid: """ This implementation of `PureFluid ` operates with units by using the `pint` library to convert between unit systems. All properties - are asssigned units in the standard MKS system that Cantera uses, substituting kmol + are assigned units in the standard MKS system that Cantera uses, substituting kmol instead of mol. Each property is an instance of the `pint.Quantity` class. Similarly, properties must be instances of `pint.Quantity` classes when they are