Skip to content

Commit 33c3712

Browse files
author
Carter Green
committed
DOC: Change "batch data" to "batch download"
1 parent 8d921a4 commit 33c3712

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

databento/historical/api/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def submit_job(
9494
Returns
9595
-------
9696
Dict[str, Any]
97-
The job info for submitted batch data request.
97+
The job info for submitted batch download request.
9898
9999
Warnings
100100
--------

databento/historical/api/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def _pre_check_data_size( # noqa (prefer not to make static)
224224
"\nThe size of the current streaming request is estimated "
225225
"to be 5 GB or greater. We recommend smaller "
226226
"individual streaming request sizes, or alternatively "
227-
"submit a batch data request."
227+
"submit a batch download request."
228228
"\nYou can check the uncompressed binary size of a request "
229229
"through the metadata API (from the client library, or over "
230230
"HTTP).\nThis warning can be suppressed "

notebooks/quickstart.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"- Using the historical client to request metadata\n",
3636
"- Using the historical client to request time series market data\n",
3737
"- Working with Bento data I/O helper objects\n",
38-
"- Using the historical client to make batch data requests\n",
38+
"- Using the historical client to make batch download requests\n",
3939
"- Querying batch job states\n",
4040
"\n",
4141
"**Tip:** You can call help() on any class or method to see the 'docstring'."
@@ -1581,7 +1581,7 @@
15811581
}
15821582
},
15831583
"source": [
1584-
"The client library can also make batch data requests to the Databento API."
1584+
"The client library can also make batch download requests to the Databento API."
15851585
]
15861586
},
15871587
{

0 commit comments

Comments
 (0)