Unverified Commit c34e0117 authored by Samyak Jain's avatar Samyak Jain Committed by GitHub
Browse files

fixing pymatgen import docstrings

parent 967484d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ class MaterialStructureFeaturizer(Featurizer):

    Parameters
    ----------
    structures: Iterable[Union[Dict, pymatgen.Structure]]
    structures: Iterable[Union[Dict, pymatgen.core.Structure]]
      Iterable sequence of pymatgen structure dictionaries
      or pymatgen.core.Structure. Please confirm the dictionary representations
      of pymatgen.core.Structure from https://pymatgen.org/pymatgen.core.structure.html.