Skip to content

Commit f2bef0f

Browse files
committed
Fixed doctest
1 parent 9e33803 commit f2bef0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ class JSONFileGrabber(IOBase):
18211821
>>> jsonSource.inputs.in_file = 'jsongrabber.txt'
18221822
>>> res = jsonSource.run()
18231823
>>> print res.outputs.param1
1824-
'exampleStr'
1824+
exampleStr
18251825
>>> print res.outputs.param2
18261826
4
18271827

0 commit comments

Comments
 (0)