Skip to content

Commit f8a9bea

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dda5c4c commit f8a9bea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/stats/cluster_level.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def _permutation_cluster_test(
910910
either a 1 sample t-test or an F test / more sample permutation scheme
911911
is elicited.
912912
Note: By default, the minimum number of neighboring points (e.g., channels)
913-
required to form a cluster is 0. This means a single significant point can technically
913+
required to form a cluster is 0. This means a single significant point can technically
914914
constitute a cluster.
915915
"""
916916
_check_option("out_type", out_type, ["mask", "indices"])

0 commit comments

Comments
 (0)