We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324dd9e commit 4df6b19Copy full SHA for 4df6b19
nipype/interfaces/utility/base.py
@@ -102,7 +102,7 @@ class MergeInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec):
102
no_flatten = traits.Bool(False, usedefault=True,
103
desc='append to outlist instead of extending in vstack mode')
104
ravel_inputs = traits.Bool(False, usedefault=True,
105
- desc='ravel inputs with no_flatten is False')
+ desc='ravel inputs when no_flatten is False')
106
107
108
class MergeOutputSpec(TraitedSpec):
0 commit comments