Skip to content

Commit 0dde751

Browse files
authored
Tweak the language
1 parent cc8265e commit 0dde751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/viam/app/data_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ async def tabular_data_by_mql(
364364
organization_id (str): The ID of the organization that owns the data.
365365
You can obtain your organization ID from the Viam app's organization settings page.
366366
query (Union[List[bytes], List[Dict[str, Any]]]): "The MQL query to run, as a list of MongoDB aggregation pipeline stages.
367-
The stages can be provided either as raw BSON bytes, or as dictionaries.
368-
Note: Support for bytes will be removed in the future, so using a dictionary is preferred.
367+
Note: Each stage can be provided as either raw BSON bytes or as a dictionary, but support for bytes will be removed in the future,
368+
so using a dictionary is preferred.
369369
370370
Returns:
371371
List[Dict[str, Union[ValueTypes, datetime]]]: An array of decoded BSON data objects.

0 commit comments

Comments
 (0)