Skip to content

Commit

Permalink
fix typo in docstring for getting kinetics from reaction template
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwzheng committed Feb 16, 2024
1 parent 6c1d8aa commit c0ea448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmgpy/data/kinetics/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@ def get_kinetics_for_template(self, template, degeneracy=1, method='rate rules')
Returns a tuple (kinetics, entry):
If it's estimated via 'rate rules' and an exact match is found in the tree,
then the entry is returned as the second element of the tuple.
But if an average is used,then the tuple returned is (kinetics, None).
But if an average is used, then the tuple returned is (kinetics, None).
"""
if method.lower() == 'rate rules':
Expand Down

0 comments on commit c0ea448

Please sign in to comment.