Skip to content

Commit bb4eae9

Browse files
committed
Changes quotes in doctest.
1 parent e8b0365 commit bb4eae9

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-
'3dNotes -a "This note is added." -h "This note is added to history." functional.HEAD'
30553054
>>> res = notes.run() # doctest: +SKIP
3055+
"3dNotes -a 'This note is added.' -h 'This note is added to history.' functional.HEAD"
30563056
"""
30573057

30583058
_cmd = '3dNotes'

0 commit comments

Comments
 (0)