Skip to content

Commit f47f8d6

Browse files
committed
Fix json_util example rendering.
1 parent d85de62 commit f47f8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bson/json_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
mode. This lets you encode / decode BSON documents to JSON even when
2323
they use special BSON types.
2424
25-
Example usage (serialization)::
25+
Example usage (serialization):
2626
2727
.. doctest::
2828
@@ -34,7 +34,7 @@
3434
... {'bin': Binary("\x00\x01\x02\x03\x04")}])
3535
'[{"foo": [1, 2]}, {"bar": {"hello": "world"}}, {"code": {"$scope": {}, "$code": "function x() { return 1; }"}}, {"bin": {"$type": "00", "$binary": "AAECAwQ="}}]'
3636
37-
Example usage (deserialization)::
37+
Example usage (deserialization):
3838
3939
.. doctest::
4040

0 commit comments

Comments
 (0)