Skip to content

Commit cbbaa73

Browse files
Update aiida_cp2k/calculations/__init__.py
Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com>
1 parent eeba27c commit cbbaa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiida_cp2k/calculations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def define(cls, spec):
6767
"trajectory",
6868
valid_type=TrajectoryData,
6969
required=False,
70-
help="Possible input trajectory fro REFTRAJMD.",
70+
help="Input trajectory for a REFTRAJ simulation.",
7171
)
7272
spec.input(
7373
"settings",

0 commit comments

Comments
 (0)