From 65883934996239907856b6e51641560dc7e1b7c7 Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Wed, 24 Jun 2015 11:09:22 +0200 Subject: fixed typo --- pyspike/spike_distance.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyspike/spike_distance.py b/pyspike/spike_distance.py index ac2d260..dd6d4f8 100644 --- a/pyspike/spike_distance.py +++ b/pyspike/spike_distance.py @@ -54,7 +54,8 @@ Falling back to slow python backend.") ############################################################ def spike_distance(spike_train1, spike_train2, interval=None): """ Computes the spike-distance :math:`D_S` of the given spike trains. The - spike-distance is the integral over the isi distance profile :math:`S(t)`: + spike-distance is the integral over the spike distance profile + :math:`S(t)`: .. math:: D_S = \int_{T_0}^{T_1} S(t) dt. -- cgit v1.2.3