Skip to content

Commit 292bae4

Browse files
committed
corrected import
1 parent d3d1048 commit 292bae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class BlurToFWHM(AFNICommand):
4141
========
4242
4343
>>> from nipype.interfaces import afni
44-
>>> blur = afni.BlurToFWHM()
44+
>>> blur = afni.preprocess.BlurToFWHM()
4545
>>> blur.inputs.in_file = 'epi.nii'
4646
>>> blur.inputs.fwhm = 2.5
4747
>>> blur.cmdline #doctest: +ELLIPSIS

0 commit comments

Comments
 (0)