Skip to content

Commit be21820

Browse files
pep8
1 parent f9d58df commit be21820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elephant/spike_train_generation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ def spike_extraction(
190190
and many spike sorting tools choose values in this range:
191191
Spikes are typically about 1-2 ms in length. This is to include a small interval before
192192
the spike peak and a slightly larger interval after the spike peak to capture the dynamics following
193-
the spike. Adjusting this interval will modify the waveforms stored in the neo :class:`neo.core.SpikeTrain`, but it will not
194-
affect the spike times.
193+
the spike. Adjusting this interval will modify the waveforms stored in the neo :class:`neo.core.SpikeTrain`,
194+
but it will not affect the spike times.
195195
Default: (-2 * pq.ms, 4 * pq.ms)
196196
always_as_list: bool, optional
197197
If True, :class:`neo.core.spiketrainslist.SpikeTrainList` is returned.

0 commit comments

Comments
 (0)