Skip to content

Commit b077309

Browse files
committed
Run doctest on correct command.
1 parent bb4eae9 commit b077309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3051,8 +3051,8 @@ class Notes(CommandLine):
30513051
>>> notes.inputs.add = "This note is added."
30523052
>>> notes.inputs.add_history = "This note is added to history."
30533053
>>> notes.cmdline #doctest: +IGNORE_UNICODE
3054-
>>> res = notes.run() # doctest: +SKIP
30553054
"3dNotes -a 'This note is added.' -h 'This note is added to history.' functional.HEAD"
3055+
>>> res = notes.run() # doctest: +SKIP
30563056
"""
30573057

30583058
_cmd = '3dNotes'

0 commit comments

Comments
 (0)