Skip to content

Commit 1202e1b

Browse files
author
Mike Dirolf
committed
minor: doc
1 parent 075b0ba commit 1202e1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pymongo/json_util.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
3131
>>> json.loads(..., object_hook=json_util.object_hook)
3232
33-
Currently this only handles special encoding and decoding for ObjectId and
34-
DBRef instancs.
33+
Currently this only handles special encoding and decoding for
34+
:class:`~pymongo.objectid.ObjectId` and :class:`~pymongo.dbref.DBRef`
35+
instances.
3536
"""
3637

3738
from objectid import ObjectId

0 commit comments

Comments
 (0)