Skip to content

Commit 8e9c2ba

Browse files
committed
fix: doctest carriage return
1 parent c9d9197 commit 8e9c2ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,8 +1284,7 @@ class MpiCommandLine(CommandLine):
12841284
12851285
>>> mpi_cli.inputs.use_mpi = True
12861286
>>> mpi_cli.inputs.n_procs = 8
1287-
>>> mpi_cli.cmdline
1288-
1287+
>>> mpi_cli.cmdline
12891288
'mpiexec -n 8 my_mpi_prog -v'
12901289
'''
12911290
input_spec = MpiCommandLineInputSpec

0 commit comments

Comments
 (0)