Skip to content

Commit 272c5cc

Browse files
committed
DOC: fix typo in parrec2nii docstring
1 parent 0417007 commit 272c5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/parrec2nii

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def get_opt_parser():
7777
JSON format with a filename matching the input .PAR, but
7878
with the extension .ordering.json. Only labels that vary
7979
along the 4th dimension are exported. (e.g. for a single
80-
a single volume structural scan there are no dynamic labels
81-
and no output file will be created)""")))
80+
volume structural scan there are no dynamic labels and no
81+
output file will be created)""")))
8282
p.add_option(
8383
Option("--origin", action="store", dest="origin", default="scanner",
8484
help=one_line(

0 commit comments

Comments
 (0)