datamol-io / datamol

Molecular Processing Made Easy.
https://docs.datamol.io
Apache License 2.0
452 stars 47 forks source link

Typo in the sample code on homepage #191

Closed rkakamilan closed 1 year ago

rkakamilan commented 1 year ago

On https://datamol.io/, a sample code is:

mol = dm.standardized_mol(mol)

It should read:

mol = dm.standardize_mol(mol)
hadim commented 1 year ago

Thank you @rkakamilan

@Valence-JonnyHsu @mercuryseries is that something one of you can fix?

mercuryseries commented 1 year ago

@hadim fixed in https://github.com/datamol-io/datamol.io/commit/cab75cd9b63dbea94101b2a12ff3087cdcfd52a3

hadim commented 1 year ago

Thanks boss!