Skip to content

Commit 949185a

Browse files
committed
DOC: Document how Live start is implemented
1 parent 8e7c94e commit 949185a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databento/live/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,7 @@ def subscribe(
463463
stype_in : SType or str, default 'raw_symbol'
464464
The input symbology type to resolve from.
465465
start : str or int, optional
466-
UNIX nanosecond epoch timestamp to start streaming from. Must be
467-
within 24 hours.
466+
UNIX nanosecond epoch timestamp to start streaming from (inclusive), based on `ts_event`. Must be within 24 hours except when requesting the mbo or definition schemas.
468467
469468
Raises
470469
------

0 commit comments

Comments
 (0)