Skip to content

Commit 2549ec1

Browse files
Aksoooesteban
andauthored
Update nipype/interfaces/io.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent bdef3a3 commit 2549ec1

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
@@ -1299,7 +1299,7 @@ class SelectFiles(IOBase):
12991299
This interface uses Python's {}-based string formatting syntax to plug
13001300
values (possibly known only at workflow execution time) into string
13011301
templates and collect files from persistant storage. These templates can
1302-
also be combined with glob wildcards (*, ?) and character ranges ([...]).
1302+
also be combined with glob wildcards (``*``, ``?``) and character ranges (``[...]``).
13031303
The field names in the formatting template (i.e. the terms in braces) will
13041304
become inputs fields on the interface, and the keys in the templates
13051305
dictionary will form the output fields.

0 commit comments

Comments
 (0)