Skip to content

Commit 657c8d4

Browse files
committed
Fix
1 parent ffe09c1 commit 657c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/serialization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ are in identical order.
103103
To preserve the order of keys when serializing and deserializing BSON,
104104
use the `SON <{+api-root+}bson/son.html>`__ class. You must also configure your collection
105105
to use SON for serialization and deserialization by specifying ``document_class=SON``
106-
to the ``with_options`` method of a collection.
106+
to the ``with_options()`` method of a collection.
107107

108108
The following example retrieves a document
109109
that has a ``location`` field value of ``{"street": "Cafe St", "zipcode": "10003"}`` from

0 commit comments

Comments
 (0)