Skip to content

Commit 48957bf

Browse files
committed
fix: doctest line wrapping
1 parent 84ac35a commit 48957bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ class must be instantiated with a command argument
14221422
>>> cli.cmdline
14231423
'ls -al'
14241424
1425-
>>> cli.inputs.trait_get()
1425+
>>> cli.inputs.trait_get() # doctest: +NORMALIZE_WHITESPACE
14261426
{'ignore_exception': False, 'terminal_output': 'stream',
14271427
'environ': {'DISPLAY': ':1'}, 'args': '-al'}
14281428

0 commit comments

Comments
 (0)