@@ -288,7 +288,7 @@ def get_record_count(
288288 Defaults to the same value as `start`.
289289 symbols : Iterable[str | int] or str or int, optional
290290 The instrument symbols to filter for. Takes up to 2,000 symbols per request.
291- If 'ALL_SYMBOLS' or `None` then will be for **all** symbols.
291+ If 'ALL_SYMBOLS' or `None` then will select **all** symbols.
292292 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
293293 The data record schema for the request.
294294 stype_in : SType or str, default 'raw_symbol'
@@ -357,7 +357,7 @@ def get_billable_size(
357357 Defaults to the same value as `start`.
358358 symbols : Iterable[str | int] or str or int, optional
359359 The instrument symbols to filter for. Takes up to 2,000 symbols per request.
360- If 'ALL_SYMBOLS' or `None` then will be for **all** symbols.
360+ If 'ALL_SYMBOLS' or `None` then will select **all** symbols.
361361 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
362362 The data record schema for the request.
363363 stype_in : SType or str, default 'raw_symbol'
@@ -429,7 +429,7 @@ def get_cost(
429429 The data feed mode for the request.
430430 symbols : Iterable[str | int] or str or int, optional
431431 The instrument symbols to filter for. Takes up to 2,000 symbols per request.
432- If 'ALL_SYMBOLS' or `None` then will be for **all** symbols.
432+ If 'ALL_SYMBOLS' or `None` then will select **all** symbols.
433433 schema : Schema or str {'mbo', 'mbp-1', 'mbp-10', 'trades', 'tbbo', 'ohlcv-1s', 'ohlcv-1m', 'ohlcv-1h', 'ohlcv-1d', 'definition', 'statistics', 'status'}, default 'trades' # noqa
434434 The data record schema for the request.
435435 stype_in : SType or str, default 'raw_symbol'
0 commit comments