Skip to content

Commit f363cf0

Browse files
committed
DOCSP-48206: Comment page 404 (#205)
(cherry picked from commit ea2dd75)
1 parent dff1b44 commit f363cf0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/read/retrieve.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,18 @@ named arguments to them. The following table describes the commonly used argumen
141141
- | Limits the number of documents to hold in a cursor at a given time.
142142

143143
* - ``collation``
144+
<<<<<<< HEAD
144145
- | An instance of the ``Collation`` class that sets the collation options.
146+
=======
147+
- | The collation options for the find operation. See the :ref:`pymongo-retrieve-collation`
148+
guide for more information.
149+
>>>>>>> ea2dd75 (DOCSP-48206: Comment page 404 (#205))
145150

146151
* - ``comment``
147152
- | A string to attach to the query. This can help you trace and interpret the
148153
operation in the server logs and in profile data. To learn more about query comments,
149-
see the :manual:`$comment </reference/operator/query/comment/>` page.
154+
see the :manual:`cursor.comment() </reference/method/cursor.comment/>` page in the
155+
{+mdb-server+} manual.
150156

151157
* - ``hint``
152158
- | The index to use for the query.

0 commit comments

Comments
 (0)