Skip to content

Commit

Permalink
Fix docstring typo with incorrect default distance
Browse files Browse the repository at this point in the history
Addresses #1246
  • Loading branch information
mkhorton committed Aug 22, 2018
1 parent 8cb71ac commit 180f1a6
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 @@ -288,7 +288,7 @@ def is_valid(self, tol=DISTANCE_TOLERANCE):
Molecules, while PBC is taken into account for periodic structures.
Args:
tol (float): Distance tolerance. Default is 0.01A.
tol (float): Distance tolerance. Default is 0.5A.
Returns:
(bool) True if SiteCollection does not contain atoms that are too
Expand Down

0 comments on commit 180f1a6

Please sign in to comment.