Skip to content

Commit 58a2c66

Browse files
author
Clark
committed
Minor change to restart build...
1 parent 61d4350 commit 58a2c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def _format_arg(self, opt, spec, val):
472472
return super(Normalize, self)._format_arg(opt, spec, val)
473473

474474
def _parse_inputs(self):
475-
"""validate spm normalize options if set to None ignore
475+
"""Validate spm normalize options if set to None ignore
476476
"""
477477
einputs = super(Normalize, self)._parse_inputs(skip=('jobtype',
478478
'apply_to_files'))

0 commit comments

Comments
 (0)