@@ -266,7 +266,7 @@ def get_shape(
266266 dataset : Dataset or str
267267 The dataset name for the request.
268268 symbols : List[Union[str, int]] or str, optional
269- The symbols for the request. If ``None`` then will be for ALL symbols.
269+ The symbols for the request. If ``None`` then will be for **all** symbols.
270270 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
271271 The data record schema for the request.
272272 start : pd.Timestamp or date or str or int, optional
@@ -283,7 +283,7 @@ def get_shape(
283283 The input symbology type to resolve from.
284284 limit : int, optional
285285 The maximum number of records to include in the query.
286- If ``None`` is passed, then no limit.
286+ If ``None`` then no limit.
287287
288288 Returns
289289 -------
@@ -345,7 +345,7 @@ def get_billable_size(
345345 dataset : Dataset or str
346346 The dataset name for the request.
347347 symbols : List[Union[str, int]] or str, optional
348- The symbols for the request. If ``None`` then will be for ALL symbols.
348+ The symbols for the request. If ``None`` then will be for **all** symbols.
349349 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
350350 The data record schema for the request.
351351 start : pd.Timestamp or date or str or int, optional
@@ -359,8 +359,7 @@ def get_billable_size(
359359 stype_in : SType or str, default 'native'
360360 The input symbology type to resolve from.
361361 limit : int, optional
362- The maximum number of records to include in the query.
363- If ``None`` is passed, then no limit.
362+ The maximum number of records to include in the query. If ``None`` then no limit.
364363
365364 Returns
366365 -------
@@ -416,7 +415,7 @@ def get_cost(
416415 mode : FeedMode or str {'live', 'historical-streaming', 'historical'}, default 'historical-streaming'
417416 The data feed mode for the request.
418417 symbols : List[Union[str, int]] or str, optional
419- The symbols for the request. If ``None`` then will be for ALL symbols.
418+ The symbols for the request. If ``None`` then will be for **all** symbols.
420419 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
421420 The data record schema for the request.
422421 start : pd.Timestamp or date or str or int, optional
@@ -430,8 +429,7 @@ def get_cost(
430429 stype_in : SType or str, default 'native'
431430 The input symbology type to resolve from.
432431 limit : int, optional
433- The maximum number of records to include in the query.
434- If ``None`` is passed, then no limit.
432+ The maximum number of records to include in the query. If ``None`` then no limit.
435433
436434 Returns
437435 -------
0 commit comments