Skip to content

Commit

Permalink
Minor edit of error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpilko authored and bryanwweber committed Nov 23, 2024
1 parent 42f8a21 commit 60e1310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/cython/cantera/composite.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def __init__(self, phase, mass=None, moles=None, constant='UV'):

if constant not in ('TP','TV','HP','SP','SV','UV'):
raise ValueError(
f"Constant {constant} is invalid."
f"Constant {constant} is invalid. "
"Must be one of 'TP','TV','HP','SP','SV', or 'UV'")
self.constant = constant

Expand Down

0 comments on commit 60e1310

Please sign in to comment.