diff --git a/source/read/retrieve.txt b/source/read/retrieve.txt index 9aa955a1..392e6ae3 100644 --- a/source/read/retrieve.txt +++ b/source/read/retrieve.txt @@ -141,13 +141,14 @@ named arguments to them. The following table describes the commonly used argumen - | Limits the number of documents to hold in a cursor at a given time. * - ``collation`` - - | The collation options for the find operation. See :ref:`pymongo-retrieve-collation` - for more Information. + - | The collation options for the find operation. See the :ref:`pymongo-retrieve-collation` + guide for more information. * - ``comment`` - | A string to attach to the query. This can help you trace and interpret the operation in the server logs and in profile data. To learn more about query comments, - see the :manual:`$comment ` page. + see the :manual:`cursor.comment() ` page in the + {+mdb-server+} manual. * - ``hint`` - | The index to use for the query.