Skip to content

Commit

Permalink
Fix docstring typing.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jul 1, 2024
1 parent 6c87d22 commit 7da035c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/spikeinterface/core/baserecording.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ def set_times(self, times, segment_index=None, with_warning=True):
Parameters
----------
times : float | 1d np.array
If `int`, this is the `t_start` for the segment,
times : int | float | 1d np.array
If `int` or `float`, this is the `t_start` for the segment,
otherwise, it is the time vector.
segment_index : int or None, default: None
The segment index (required for multi-segment)
Expand Down

0 comments on commit 7da035c

Please sign in to comment.