Skip to content

Commit

Permalink
doc string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Oct 3, 2023
1 parent 4a4e93a commit e87f075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_organics/library/surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Graphene(Compound):
Number of times to repeat the complete layer in the normal direction
periodicity : tuple of bools, length=3, optional, default=(True, True, False) # noqa: E501
Whether the Compound is periodic in the x, y, and z directions.
If None is provided, the periodicity is set to (False, False, False)
If None is provided, the periodicity is set to `(False, False, False)`
which is non-periodic in all directions.
Notes
Expand Down

0 comments on commit e87f075

Please sign in to comment.