Skip to content

Commit

Permalink
update a doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Apr 17, 2015
1 parent b313c85 commit e72bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Book/GettingStartedInPython.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ More complex transformations can be carried out using the
The RWMol can be used just like an ROMol:

>>> Chem.MolToSmiles(mw)
'O=CC1=NC=CC=C1'
'O=CC1C=CC=CN=1'
>>> Chem.SanitizeMol(mw)
rdkit.Chem.rdmolops.SanitizeFlags.SANITIZE_NONE
>>> Chem.MolToSmiles(mw)
Expand Down

0 comments on commit e72bcef

Please sign in to comment.