From 6d771fdef16e47a32eb2ebb20cb5e9d1f80cffba Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Sat, 15 Jun 2024 07:39:14 -0700 Subject: [PATCH] Spelling fixes. --- pymatgen/core/structure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymatgen/core/structure.py b/pymatgen/core/structure.py index 8d309cca68d..0d040a88fe4 100644 --- a/pymatgen/core/structure.py +++ b/pymatgen/core/structure.py @@ -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. """