Skip to content

Commit 352fcd5

Browse files
author
bpinsard
committed
fixing doc
1 parent d591035 commit 352fcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/spm/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ class ResliceToReference(SPMCommand):
330330
>>> import nipype.interfaces.spm.utils as spmu
331331
>>> r2ref = spmu.ResliceToReference()
332332
>>> r2ref.inputs.in_files = 'functional.nii'
333-
>>> inv.inputs.target = 'structural.nii'
334-
>>> inv.run() # doctest: +SKIP
333+
>>> r2ref.inputs.target = 'structural.nii'
334+
>>> r2ref.run() # doctest: +SKIP
335335
"""
336336

337337
input_spec = ResliceToReferenceInput

0 commit comments

Comments
 (0)