Skip to content

Commit

Permalink
Fixing docstring in adme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnaughtonadm committed Sep 19, 2024
1 parent 99f8ad8 commit cd585f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adme_py/adme.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ADME:
Attributes
----------
mol : rdkit.Chem.Mol
mol : rdkit.Chem.rdchem.Mol
The input molecule as an RDKit molecule object.
properties : dict[str, dict[str, Union[str, float, int, bool, dict[str, str]]]]
A dictionary containing calculated ADME properties, where the keys are property categories
Expand Down

0 comments on commit cd585f0

Please sign in to comment.