Skip to content

Commit ea2dd75

Browse files
authored
DOCSP-48206: Comment page 404 (mongodb#205)
1 parent 4d5dce8 commit ea2dd75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/read/retrieve.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,14 @@ 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-
- | The collation options for the find operation. See :ref:`pymongo-retrieve-collation`
145-
for more Information.
144+
- | The collation options for the find operation. See the :ref:`pymongo-retrieve-collation`
145+
guide for more information.
146146

147147
* - ``comment``
148148
- | A string to attach to the query. This can help you trace and interpret the
149149
operation in the server logs and in profile data. To learn more about query comments,
150-
see the :manual:`$comment </reference/operator/query/comment/>` page.
150+
see the :manual:`cursor.comment() </reference/method/cursor.comment/>` page in the
151+
{+mdb-server+} manual.
151152

152153
* - ``hint``
153154
- | The index to use for the query.

0 commit comments

Comments
 (0)