We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe09c1 commit 657c8d4Copy full SHA for 657c8d4
source/serialization.txt
@@ -103,7 +103,7 @@ are in identical order.
103
To preserve the order of keys when serializing and deserializing BSON,
104
use the `SON <{+api-root+}bson/son.html>`__ class. You must also configure your collection
105
to use SON for serialization and deserialization by specifying ``document_class=SON``
106
-to the ``with_options`` method of a collection.
+to the ``with_options()`` method of a collection.
107
108
The following example retrieves a document
109
that has a ``location`` field value of ``{"street": "Cafe St", "zipcode": "10003"}`` from
0 commit comments