Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed Jun 11, 2024
1 parent e65099d commit 18015d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ichor_core/ichor/core/files/xyz/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Trajectory(ReadFile, WriteFile, ListOfAtoms):
themselves
:param read_geometries: If the trajectory file already exist on disk, but we do not
to keep the geometries in it (i.e. we want to overwrite the original trajectory),
then keep set as True. Setting to False and calling the write method twice
then set to False.If kept as True (the default), calling the write() method twice
will cause a second set of the geometries to be added to the original trajectory file.
"""

Expand Down

0 comments on commit 18015d1

Please sign in to comment.