Skip to content

Commit a965d30

Browse files
fix bullet point list
1 parent 64b50cb commit a965d30

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

elephant/statistics.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,10 +1096,9 @@ def time_histogram(spiketrains: Union[List[neo.SpikeTrain], neo.SpikeTrain],
10961096
Default: None
10971097
output : {'counts', 'mean', 'rate'}, optional
10981098
Normalization of the histogram. Can be one of:
1099-
* 'counts': spike counts at each bin (as integer numbers).
1100-
* 'mean': mean spike counts per spike train.
1101-
* 'rate': mean spike rate per spike train. Like 'mean', but the
1102-
counts are additionally normalized by the bin width.
1099+
- 'counts': spike counts at each bin (as integer numbers).
1100+
- 'mean': mean spike counts per spike train.
1101+
- 'rate': mean spike rate per spike train. Like 'mean', but the counts are additionally normalized by the bin width.
11031102
11041103
Default: 'counts'
11051104
binary : bool, optional

0 commit comments

Comments
 (0)