@@ -272,18 +272,18 @@ def get_shape(
272272 start : pd.Timestamp or date or str or int, optional
273273 The start datetime for the request range.
274274 Assumes UTC as timezone unless passed a tz-aware object.
275- If using an integer then this represents nanoseconds since UNIX epoch.
275+ If an integer is passed, then this represents nanoseconds since UNIX epoch.
276276 end : pd.Timestamp or date or str or int, optional
277277 The end datetime for the request range.
278278 Assumes UTC as timezone unless passed a tz-aware object.
279- If using an integer then this represents nanoseconds since UNIX epoch.
279+ If an integer is passed, then this represents nanoseconds since UNIX epoch.
280280 encoding : Encoding or str {'dbz', 'csv', 'json'}, optional
281281 The data encoding.
282282 stype_in : SType or str, default 'native'
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`` is passed, then no limit.
287287
288288 Returns
289289 -------
@@ -351,16 +351,16 @@ def get_billable_size(
351351 start : pd.Timestamp or date or str or int, optional
352352 The start datetime for the request range.
353353 Assumes UTC as timezone unless passed a tz-aware object.
354- If using an integer then this represents nanoseconds since UNIX epoch.
354+ If an integer is passed, then this represents nanoseconds since UNIX epoch.
355355 end : pd.Timestamp or date or str or int, optional
356356 The end datetime for the request range.
357357 Assumes UTC as timezone unless passed a tz-aware object.
358- If using an integer then this represents nanoseconds since UNIX epoch.
358+ If an integer is passed, then this represents nanoseconds since UNIX epoch.
359359 stype_in : SType or str, default 'native'
360360 The input symbology type to resolve from.
361361 limit : int, optional
362362 The maximum number of records to include in the query.
363- If ``None`` is passed then no limit.
363+ If ``None`` is passed, then no limit.
364364
365365 Returns
366366 -------
@@ -422,16 +422,16 @@ def get_cost(
422422 start : pd.Timestamp or date or str or int, optional
423423 The start datetime for the request range.
424424 Assumes UTC as timezone unless passed a tz-aware object.
425- If using an integer then this represents nanoseconds since UNIX epoch.
425+ If an integer is passed, then this represents nanoseconds since UNIX epoch.
426426 end : pd.Timestamp or date or str or int, optional
427427 The end datetime for the request range.
428428 Assumes UTC as timezone unless passed a tz-aware object.
429- If using an integer then this represents nanoseconds since UNIX epoch.
429+ If an integer is passed, then this represents nanoseconds since UNIX epoch.
430430 stype_in : SType or str, default 'native'
431431 The input symbology type to resolve from.
432432 limit : int, optional
433433 The maximum number of records to include in the query.
434- If ``None`` is passed then no limit.
434+ If ``None`` is passed, then no limit.
435435
436436 Returns
437437 -------
0 commit comments