Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
provide -> provided
  • Loading branch information
tsmathis committed Oct 1, 2024
1 parent 5eeeae6 commit 96ad05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/symmetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class SymmetryData(BaseModel):
symprec: Optional[float] = Field(
None,
title="Symmetry Finding Precision",
description="The precision provide to spglib to determine the symmetry of this structure.",
description="The precision provided to spglib to determine the symmetry of this structure.",
)

angle_tolerance: Optional[float] = Field(
Expand Down

0 comments on commit 96ad05a

Please sign in to comment.