Skip to content

Commit

Permalink
fix neo. spike trains to neo.spiketrain objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Nov 28, 2024
1 parent 710a993 commit 64b50cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def time_histogram(spiketrains: Union[List[neo.SpikeTrain], neo.SpikeTrain],
Parameters
----------
spiketrains : list of :class:`neo.core.SpikeTrain` or :class:`neo.core.SpikeTrain`
`neo.SpikeTrain`s with a common time axis (same `t_start` and `t_stop`)
`neo.SpikeTrain` objects with a common time axis (same `t_start` and `t_stop`)
bin_size : pq.Quantity
Width of the histogram's time bins.
t_start : pq.Quantity, optional
Expand Down

0 comments on commit 64b50cb

Please sign in to comment.