Skip to content

Commit

Permalink
Spelling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 15, 2024
1 parent 565dd24 commit 6d771fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/core/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -2944,7 +2944,7 @@ def from_id(cls, id_: str, source: StructureSources = "Materials Project", **kwa
Load a structure file based on an id, usually from an online source.
Args:
id_: The id assicuared with the structure. E.g., the materials project id.
id_: The id associated with the structure. E.g., the Materials Project id.
source: Source of the data. Defaults to "Materials Project".
**kwargs: Pass-through to any API calls.
"""
Expand Down

0 comments on commit 6d771fd

Please sign in to comment.