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 bdef3a3 commit 2549ec1Copy full SHA for 2549ec1
nipype/interfaces/io.py
@@ -1299,7 +1299,7 @@ class SelectFiles(IOBase):
1299
This interface uses Python's {}-based string formatting syntax to plug
1300
values (possibly known only at workflow execution time) into string
1301
templates and collect files from persistant storage. These templates can
1302
- also be combined with glob wildcards (*, ?) and character ranges ([...]).
+ also be combined with glob wildcards (``*``, ``?``) and character ranges (``[...]``).
1303
The field names in the formatting template (i.e. the terms in braces) will
1304
become inputs fields on the interface, and the keys in the templates
1305
dictionary will form the output fields.
0 commit comments