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 authored Apr 22, 2023
1 parent 0097d92 commit b11e745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/cython/cantera/with_units/solution.py.in
Original file line number Diff line number Diff line change
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 b11e745

Please sign in to comment.