Skip to content

Commit 5dee2f0

Browse files
committed
Fixed description.
1 parent a30b2e6 commit 5dee2f0

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
@@ -2406,7 +2406,7 @@ class QwarpPlusMinusOutputSpec(TraitedSpec):
24062406
desc='Undistorted source file.',
24072407
exists=True)
24082408
warped_base = File(
2409-
desc='Undistorted source file.',
2409+
desc='Undistorted base file.',
24102410
exists=True)
24112411
source_warp = File(
24122412
desc="Field suceptibility correction warp (in 'mm') for source image.",

0 commit comments

Comments
 (0)