Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
dd104d78
Commit
dd104d78
authored
Mar 04, 2018
by
Paul McCarthy
🚵
Browse files
fix typos
parent
372cdbdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/wrappers/wrapperutils.py
View file @
dd104d78
...
...
@@ -24,7 +24,7 @@ When this ``fslreorient2std`` function is called, the ``fslwrapper`` decorator
will take care of invoking the command in a standardised way.
The :func:`applyArgStyle` function can be used to automatically
generate
The :func:`applyArgStyle` function can be used to automatically
convert
keyword arguments into command-line arguments, based on a set of standard
patterns. For example::
...
...
@@ -59,7 +59,7 @@ Now this ``flirt`` function can be called either with file names, or
function, they should be grouped together, e.g.::
@fileOrImage('a', 'b')
@fileOrArray('c', 'd)
@fileOrArray('c', 'd
'
)
@fslwrapper
def func(**kwargs):
...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment