Skip to content

Commit ea1b88c

Browse files
committed
Fix
1 parent f73c661 commit ea1b88c

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
@@ -70,7 +70,7 @@ serialized object into a collection:
7070

7171
collection.insert_one(restaurant_dict)
7272

73-
The above example serializes the ``Restaurant`` object into the following dictionary:
73+
The preceding example serializes the ``Restaurant`` object into the following dictionary:
7474

7575
.. code-block:: none
7676

0 commit comments

Comments
 (0)