Skip to content

Commit

Permalink
Update aiida_cp2k/calculations/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aliaksandr Yakutovich <[email protected]>
  • Loading branch information
cpignedoli and yakutovicha authored Feb 22, 2024
1 parent eeba27c commit cbbaa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_cp2k/calculations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def define(cls, spec):
"trajectory",
valid_type=TrajectoryData,
required=False,
help="Possible input trajectory fro REFTRAJMD.",
help="Input trajectory for a REFTRAJ simulation.",
)
spec.input(
"settings",
Expand Down

0 comments on commit cbbaa73

Please sign in to comment.