Skip to content

Commit

Permalink
typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Oct 18, 2024
1 parent 70edc69 commit ae1eaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/releases/0.13.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Many previous behaviors can still be achieved by using additional lines of code,
>>> spiketrain = neo.SpikeTrain(times, t_stop=t_stop)
>>> spiketrain
<SpikeTrain(array[1, 2, 3] * ms, [0.0 ms, 1000.0 ms])>
>>> rescaled_spiketrain.rescale('s')
>>> rescaled_spiketrain = spiketrain.rescale('s')
>>> rescaled_spiketrain
<SpikeTrain(array[0.001, 0.002, 0.003] * s, [0.0 s, 10.0 s])>
Expand Down

0 comments on commit ae1eaee

Please sign in to comment.