We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075b0ba commit 1202e1bCopy full SHA for 1202e1b
pymongo/json_util.py
@@ -30,8 +30,9 @@
30
31
>>> json.loads(..., object_hook=json_util.object_hook)
32
33
-Currently this only handles special encoding and decoding for ObjectId and
34
-DBRef instancs.
+Currently this only handles special encoding and decoding for
+:class:`~pymongo.objectid.ObjectId` and :class:`~pymongo.dbref.DBRef`
35
+instances.
36
"""
37
38
from objectid import ObjectId
0 commit comments