Skip to content

Commit adbb18c

Browse files
committed
fixes
1 parent 9e02193 commit adbb18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/data-formats/extended-json.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ list of dictionaries by using the ``loads()`` method:
6363
:language: none
6464
:visible: false
6565

66-
data = [
66+
[
6767
{'foo': [1, 2]},
6868
{'bar': {'hello': 'world'}},
6969
{'code': Code('function x() { return 1; }', {})},
@@ -167,7 +167,7 @@ More Information
167167

168168
To learn more about JSON, BSON, and Extended JSON, see
169169
`our article about JSON and BSON <https://www.mongodb.com/resources/basics/json-and-bson>`__
170-
and :manual:`</reference/mongodb-extended-json/>` in the {+mdb-server+} manual.
170+
and :manual:`Extended JSON </reference/mongodb-extended-json/>` in the {+mdb-server+} manual.
171171

172172
For more information about the methods and types in ``bson.json_util``, see the following
173173
API documentation:

0 commit comments

Comments
 (0)