more precise description of `times_in_range`

This commit is contained in:
Philip Eisenlohr 2022-11-07 12:21:26 -05:00
parent f88ac18c8a
commit 13d0f3ae8a
1 changed files with 3 additions and 3 deletions

View File

@ -285,14 +285,14 @@ class Result:
start: float = None, start: float = None,
end: float = None) -> Sequence[float]: end: float = None) -> Sequence[float]:
""" """
Get all increments within a given time range. Get times of all increments within a given time range.
Parameters Parameters
---------- ----------
start : float, optional start : float, optional
Time of start increment. Defaults to first. Time of start increment. Defaults to time of first.
end : float, optional end : float, optional
Time of end increment. Defaults to last. Time of end increment. Defaults to time of last.
Returns Returns
------- -------