Skip to content

Commit ea4fb4b

Browse files
authored
fix: typo
1 parent a47c1ef commit ea4fb4b

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
@@ -832,7 +832,7 @@ class S3DataGrabber(LibraryBaseInterface, IOBase):
832832
Examples
833833
--------
834834
835-
>>> s3grab = S3DataGrabber(infields=['subj_id'], outfields=["func", "anat"]))
835+
>>> s3grab = S3DataGrabber(infields=['subj_id'], outfields=["func", "anat"])
836836
>>> s3grab.inputs.bucket = 'openneuro'
837837
>>> s3grab.inputs.sort_filelist = True
838838
>>> s3grab.inputs.template = '*'

0 commit comments

Comments
 (0)