Skip to content

Commit c0a9ad0

Browse files
author
Miki Bonacci
committed
bugfix in strings
1 parent 2c807c2 commit c0a9ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiida_yambo_wannier90/workflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def define(cls, spec):
159159
help=(
160160
"Explicit kpoints to use for the band structure. (specify also the labels) "
161161
"If not specified, the workchain will run seekpath to generate "
162-
"a primitive cell and a bands_kpoints. Specify either this or `bands_kpoints_distance`.
162+
"a primitive cell and a bands_kpoints. Specify either this or `bands_kpoints_distance`."
163163
),
164164
)
165165
spec.input(

0 commit comments

Comments
 (0)