Skip to content

Commit d17181f

Browse files
authored
Update src/spikeinterface/preprocessing/whiten.py
1 parent 18cfb2b commit d17181f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/preprocessing/whiten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class WhitenRecording(BasePreprocessor):
2020
The recording extractor to be whitened.
2121
dtype : None or dtype, default: None
2222
Datatype of the output recording (covariance matrix estimation
23-
and whitening are performed in float64.
23+
and whitening are performed in float64).
2424
If None the the parent dtype is kept.
2525
For integer dtype a int_scale must be also given.
2626
mode : "global" | "local", default: "global"

0 commit comments

Comments
 (0)