summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2014-10-20 18:17:44 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2014-10-20 18:17:44 +0200
commit89287c100c7a49d8e5ee5ca848a77550a4ea36b5 (patch)
tree881c9b5911266b6071224677d326d90d2f6a7b42
parente85e6a72662d30b677dd4c9ded6d2b1520ba63ec (diff)
fixed typo
-rw-r--r--Readme.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.rst b/Readme.rst
index b0128c0..72be27e 100644
--- a/Readme.rst
+++ b/Readme.rst
@@ -81,7 +81,7 @@ As result, :code:`load_spike_trains_from_txt` returns a *list of arrays* contain
If you load spike trains yourself, i.e. from data files with different structure, you can use the helper function :code:`add_auxiliary_spikes` to add the auxiliary spikes at the beginning and end of the observation interval.
Both the ISI and the SPIKE distance computation require the presence of auxiliary spikes, so make sure you have those in your spike trains:
-..code:: python
+.. code:: python
spike_train = spk.add_auxiliary_spikes(spike_train, (T_start, T_end))
# if you provide only a single value, it is interpreted as T_end, while T_start=0