Commit 1961c228 authored by nd-02110114's avatar nd-02110114
Browse files

📝 update docs

parent ee114b5c
Loading
Loading
Loading
Loading
+16 −16
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ class MolecularFeaturizer(Featurizer):

    Parameters
    ----------
    molecules : RDKit Mol / SMILES string / iterable
    molecules: rdkit.Chem.rdchem.Mol / SMILES string / iterable
      RDKit Mol, or SMILES string or iterable sequence of RDKit mols/SMILES
      strings.
    log_every_n: int, default 1000