summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2016-10-30 13:13:38 -0700
committerMario Mulansky <mario.mulansky@gmx.net>2016-10-30 13:13:38 -0700
commit50b3d0bd1ceea236d8b4e95578cebf7c78a5035e (patch)
tree4cdd10f28dab4e1d33d2f196964e95630f09a15b
parent1b01bcfefbc4ccfc0f108aeedf2a518421333ea5 (diff)
fixed typo
-rw-r--r--Readme.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.rst b/Readme.rst
index 41e9c6c..0422dad 100644
--- a/Readme.rst
+++ b/Readme.rst
@@ -7,7 +7,7 @@ PySpike
:target: https://travis-ci.org/mariomulansky/PySpike
PySpike is a Python library for the numerical analysis of spike train similarity.
-Its core functionality is the implementation of the ISI_\-distance [#]_ and SPIKE_ distance [#]_ as well as SPIKE-Synchronization_ [#]_.
+Its core functionality is the implementation of the ISI_\-distance [#]_ and SPIKE_\-distance [#]_ as well as SPIKE-Synchronization_ [#]_.
It provides functions to compute multivariate profiles, distance matrices, as well as averaging and general spike train processing.
All computation intensive parts are implemented in C via cython_ to reach a competitive performance (factor 100-200 over plain Python).