Skip to content

Commit 5d82cb8

Browse files
committed
Fix bson.objectid docs PYTHON-250
1 parent b347872 commit 5d82cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/bson/objectid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. automodule:: bson.objectid
55
:synopsis: Tools for working with MongoDB ObjectIds
66

7-
.. autoclass:: pymongo.objectid.ObjectId([oid=None])
7+
.. autoclass:: bson.objectid.ObjectId([oid=None])
88
:members:
99

1010
.. describe:: str(o)

0 commit comments

Comments
 (0)