We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47c1ef commit ea4fb4bCopy full SHA for ea4fb4b
nipype/interfaces/io.py
@@ -832,7 +832,7 @@ class S3DataGrabber(LibraryBaseInterface, IOBase):
832
Examples
833
--------
834
835
- >>> s3grab = S3DataGrabber(infields=['subj_id'], outfields=["func", "anat"]))
+ >>> s3grab = S3DataGrabber(infields=['subj_id'], outfields=["func", "anat"])
836
>>> s3grab.inputs.bucket = 'openneuro'
837
>>> s3grab.inputs.sort_filelist = True
838
>>> s3grab.inputs.template = '*'
0 commit comments