summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-05-04 11:40:25 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2015-05-04 11:40:25 +0200
commita7df02c0dc064dbb0586a394bb74200c7d6d67df (patch)
tree030fda5b14d62ae291ea53d4fb7def1fe83b70ec
parent7e3648264eb3f96257909e53939a70f2fa79f1be (diff)
removed class reference from Readme
-rw-r--r--Readme.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.rst b/Readme.rst
index 1094332..b8858f5 100644
--- a/Readme.rst
+++ b/Readme.rst
@@ -22,7 +22,7 @@ All source codes are available on `Github <https://github.com/mariomulansky/PySp
Important Changelog
-----------------------------
-With version 0.2.0, the :class:`.SpikeTrain` class has been introduced to represent spike trains.
+With version 0.2.0, the :code:`SpikeTrain` class has been introduced to represent spike trains.
This is a breaking change in the function interfaces.
Hence, programs written for older versions of PySpike (0.1.x) will not run with newer versions.