Skip to content

Commit

Permalink
remove periods for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jul 25, 2022
1 parent 0d3f4f1 commit 9d1d195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gmso/core/atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ class Atom(Site):
"""
charge_: Optional[Union[u.unyt_quantity, float]] = Field(
None,
description="Charge of the atom.",
description="Charge of the atom",
)

mass_: Optional[Union[u.unyt_quantity, float]] = Field(
None, description="Mass of the atom."
None, description="Mass of the atom"
)

element_: Optional[Element] = Field(
Expand Down

0 comments on commit 9d1d195

Please sign in to comment.