Skip to content

Commit 004f5c6

Browse files
committed
improving docstring on name_morgan_bit function
1 parent a22c558 commit 004f5c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

exmol/exmol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ def name_morgan_bit(m: Any, bitInfo: Dict[Any, Any], key: int) -> Optional[str]:
211211
:param m: RDKit molecule
212212
:param bitInfo: bitInfo dictionary from rdkit.Chem.AllChem.GetMorganFingerprint
213213
:param key: bit key corresponding to the fingerprint you want to have named
214+
215+
:return: Name of the bit, or None if no match is found
214216
"""
215217
global _SMARTS
216218
if _SMARTS is None:

0 commit comments

Comments
 (0)