Skip to content

Commit

Permalink
made changes to the first code example in the doc string of aggregate… (
Browse files Browse the repository at this point in the history
  • Loading branch information
adalhaug-cog authored Sep 23, 2024
1 parent c34f04a commit 050f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/_api/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def aggregate_unique_values(
>>> from cognite.client import CogniteClient
>>> from cognite.client.data_classes.events import EventProperty
>>> client = CogniteClient()
>>> result = client.events.aggregate_unique_values(EventProperty.type)
>>> result = client.events.aggregate_unique_values(property=EventProperty.type)
>>> print(result.unique)
Get the unique types of events after 2020-01-01 in your CDF project:
Expand Down

0 comments on commit 050f53a

Please sign in to comment.