Skip to content

Commit ca1a9b8

Browse files
committed
rr feedback
1 parent 7d2f6fb commit ca1a9b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/databases-collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following example creates the same collection as the previous example,
9595
but with a default collation of ``fr_CA``:
9696

9797
.. code-block:: python
98-
:emphasize-lines: 2
98+
:emphasize-lines: 4
9999

100100
from pymongo.collation import Collation
101101

source/includes/collation-description-indexes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
When you create an index, you can specify a default **collation** for all operations
2-
you perform on the index.
2+
you perform on fields that are included in the index.
33

44
.. include:: /includes/collation-description.rst
55

0 commit comments

Comments
 (0)