diff --git a/openff/toolkit/utils/rdkit_wrapper.py b/openff/toolkit/utils/rdkit_wrapper.py index adae10137..9e8c5da9b 100644 --- a/openff/toolkit/utils/rdkit_wrapper.py +++ b/openff/toolkit/utils/rdkit_wrapper.py @@ -1592,7 +1592,7 @@ def from_smiles( # explicitly in the string but not present in the graph. This criteria would apply to # hydrogens inside the brackets descibing a heavy atom, e.g. [NH+]. # https://www.rdkit.org/docs/Cookbook.html - # This method is also used in GetTotalNumHs() = GetNumImplicitHs() + GetNumExplicitHs() + # This method is also used in GetTotalNumHs() = GetNumImplicitHs() + GetNumExplicitHs() # + Optional number of neighboring hydrogens in the molecular graph. elif atom.GetNumExplicitHs() != 0: raise ValueError(