Skip to content

Commit 5adaf3a

Browse files
committed
DOC: Standardize descriptions in docs
1 parent 7b88393 commit 5adaf3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ your integration.
1111
Most often, we introduce backward-compatible changes between minor versions
1212
in the form of:
1313

14-
- New data formats or encodings
15-
- Additional fields to existing data formats
14+
- New data schemas or encodings
15+
- Additional fields to existing data schemas
1616
- Additional batch download customizations
1717

1818
Our API and official client libraries are kept in sync with same-day releases

databento/historical/api/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def list_schemas(
7070
end: Optional[Union[pd.Timestamp, date, str, int]] = None,
7171
) -> List[str]:
7272
"""
73-
Request the available record schemas from the API server.
73+
Request the available data record schemas from the API server.
7474
7575
`GET /v0/metadata.list_schemas` HTTP API endpoint.
7676

notebooks/quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"source": [
228228
"### Unit cost / GB\n",
229229
"\n",
230-
"To get the unit cost / GB of all the different data formats, use this API call to the `list_unit_prices` function."
230+
"To get the unit cost / GB of all the different data schemas, use this API call to the `list_unit_prices` function."
231231
]
232232
},
233233
{

0 commit comments

Comments
 (0)