File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 --------
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ def _pre_check_data_size( # noqa (prefer not to make static)
224224 "\n The 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 "\n You can check the uncompressed binary size of a request "
229229 "through the metadata API (from the client library, or over "
230230 "HTTP).\n This warning can be suppressed "
Original file line number Diff line number Diff line change 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'."
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 {
You can’t perform that action at this time.
0 commit comments