From a965d3025ceafd5a86b91a3ee57d5aeea5b50543 Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Thu, 28 Nov 2024 14:10:31 +0100 Subject: [PATCH] fix bullet point list --- elephant/statistics.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/elephant/statistics.py b/elephant/statistics.py index 3027c6f48..9272bb01b 100644 --- a/elephant/statistics.py +++ b/elephant/statistics.py @@ -1096,10 +1096,9 @@ def time_histogram(spiketrains: Union[List[neo.SpikeTrain], neo.SpikeTrain], Default: None output : {'counts', 'mean', 'rate'}, optional Normalization of the histogram. Can be one of: - * 'counts': spike counts at each bin (as integer numbers). - * 'mean': mean spike counts per spike train. - * 'rate': mean spike rate per spike train. Like 'mean', but the - counts are additionally normalized by the bin width. + - 'counts': spike counts at each bin (as integer numbers). + - 'mean': mean spike counts per spike train. + - 'rate': mean spike rate per spike train. Like 'mean', but the counts are additionally normalized by the bin width. Default: 'counts' binary : bool, optional