Skip to content

Commit c82f962

Browse files
committed
small edits and link
1 parent fe6391f commit c82f962

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/data-formats/time-series.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ method:
6464
- ``timeseries`` argument
6565

6666
The ``timeseries`` argument is of type ``dict``. It contains the following fields:
67+
6768
- ``timeField``
6869
- ``metaField``
6970
- ``granularity``
7071
- ``bucketMaxSpanSeconds``
7172
- ``bucketRoundingSeconds``
7273

73-
See `Command Fields <https://www.mongodb.com/docs/manual/reference/command/create/#command-fields>`__
74-
to learn more about what these fields mean.
74+
See :manual:`Command Fields </reference/command/create/#command-fields>`
75+
to learn more about these fields.
7576

7677
The following example shows how to create a time series collection using the
7778
{+driver-short+}.
@@ -160,7 +161,7 @@ document contains the following fields:
160161

161162
collection.insert_many(document_list)
162163

163-
.. tip:: ``datetime`` format
164+
.. tip:: Formatting Dates and Times
164165

165166
See :ref:`pymongo-dates-times` to learn more about using ``datetime``
166167
objects in {+driver-short+}.

0 commit comments

Comments
 (0)