Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Jun 24, 2021
1 parent f4d2b6a commit 8c96e7a
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 @@ -3872,7 +3872,7 @@ def append( # type: ignore
species: Species of inserted site
coords: Coordinates of inserted site
validate_proximity (bool): Whether to check if inserted site is
too close to an existing site. Defaults to True.
too close to an existing site. Defaults to False.
properties (dict): A dict of properties for the Site.
Returns:
Expand Down

0 comments on commit 8c96e7a

Please sign in to comment.