Skip to content

Commit 6e8285e

Browse files
committed
[DATALAD RUNCMD] rename fastr var in doc to make codespell happier
=== Do not change lines below === { "chain": [], "cmd": "git-sedi fastr fast", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 48acdf8 commit 6e8285e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,12 +376,12 @@ class FAST(FSLCommand):
376376
Examples
377377
--------
378378
>>> from nipype.interfaces import fsl
379-
>>> fastr = fsl.FAST()
380-
>>> fastr.inputs.in_files = 'structural.nii'
381-
>>> fastr.inputs.out_basename = 'fast_'
382-
>>> fastr.cmdline
379+
>>> fast = fsl.FAST()
380+
>>> fast.inputs.in_files = 'structural.nii'
381+
>>> fast.inputs.out_basename = 'fast_'
382+
>>> fast.cmdline
383383
'fast -o fast_ -S 1 structural.nii'
384-
>>> out = fastr.run() # doctest: +SKIP
384+
>>> out = fast.run() # doctest: +SKIP
385385
386386
"""
387387

0 commit comments

Comments
 (0)