Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Speth <yarmond@gmail.com>
  • Loading branch information
bryanwweber and speth committed Apr 25, 2023
1 parent 962c6d9 commit a6be9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/cython/cantera/with_units/solution.py.in
Expand Up @@ -38,7 +38,7 @@ class Solution:

This implementation of `Solution <cantera.with_units.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
Expand Down Expand Up @@ -100,7 +100,7 @@ class PureFluid:
"""
This implementation of `PureFluid <cantera.with_units.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
Expand Down

0 comments on commit a6be9cf

Please sign in to comment.