Skip to content

Commit 31bc311

Browse files
committed
[skip ci] improve description
1 parent cfb19c4 commit 31bc311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ActivationCountInputSpec(BaseInterfaceInputSpec):
2222
desc='input file, generally a list of z-stat maps')
2323
threshold = traits.Float(
2424
mandatory=True, desc='binarization threshold. E.g. a threshold of 1.65 '
25-
'corresponds to a two-sided test of p<.10')
25+
'corresponds to a two-sided Z-test of p<.10')
2626

2727

2828
class ActivationCountOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)