Skip to content

Commit 218e591

Browse files
authored
Merge pull request #2080 from jdkent/fix/ICA_AROMA_typo
FIX: typo in ICA_AROMA.py
2 parents b9c75fb + 0855161 commit 218e591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/ICA_AROMA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ICA_AROMAInputSpec(CommandLineInputSpec):
5555
denoise_type = traits.Enum('nonaggr', 'aggr', 'both', 'no', usedefault=True,
5656
mandatory=True, argstr='-den %s',
5757
desc='Type of denoising strategy:\n'
58-
'-none: only classification, no denoising\n'
58+
'-no: only classification, no denoising\n'
5959
'-nonaggr (default): non-aggresssive denoising, i.e. partial component regression\n'
6060
'-aggr: aggressive denoising, i.e. full component regression\n'
6161
'-both: both aggressive and non-aggressive denoising (two outputs)')

0 commit comments

Comments
 (0)