Skip to content

Commit 27263d8

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

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
@@ -233,7 +233,7 @@ def define(cls, spec):
233233
"output_trajectory",
234234
valid_type=TrajectoryData,
235235
required=False,
236-
help="The output trajectory.",
236+
help="The output trajectory.",
237237
)
238238
spec.output(
239239
"output_bands",

0 commit comments

Comments
 (0)