We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3fbfb commit dba21c5Copy full SHA for dba21c5
source/data-formats/time-series.txt
@@ -96,7 +96,7 @@ The following example creates a time series collection named ``october2024`` wit
96
database.create_collection("october2024", timeseries=time_series_options)
97
98
To check if you successfully created the collection, you can get a list of all
99
-collections in your database and filter by collection name.
+collections in your database and filter by collection name:
100
101
.. io-code-block::
102
:copyable: true
0 commit comments