Skip to content

Commit 526e308

Browse files
authored
Fixed typo in import statement (#3791)
1 parent b87080b commit 526e308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/modules/preprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this code example, we build a preprocessing chain with two steps:
1919

2020
.. code-block:: python
2121
22-
import spikeinterface.preprocessing import bandpass_filter, common_reference
22+
from spikeinterface.preprocessing import bandpass_filter, common_reference
2323
2424
# recording is a RecordingExtractor object
2525
recording_f = bandpass_filter(recording=recording, freq_min=300, freq_max=6000)

0 commit comments

Comments
 (0)