There was an error while loading. Please reload this page.
1 parent ecbbb8a commit c6907bdCopy full SHA for c6907bd
doc/api/pymongo/collection.rst
@@ -45,7 +45,7 @@
45
.. automethod:: delete_many
46
.. automethod:: aggregate
47
.. automethod:: find(filter=None, projection=None, skip=0, limit=0, no_cursor_timeout=False, cursor_type=CursorType.NON_TAILABLE, sort=None, allow_partial_results=False, oplog_replay=False, modifiers=None, manipulate=True)
48
- .. automethod:: find_one(filter_or_id=None, *args, **kwargs)
+ .. automethod:: find_one(filter=None, *args, **kwargs)
49
.. automethod:: find_one_and_delete
50
.. automethod:: find_one_and_replace(filter, replacement, projection=None, sort=None, return_document=ReturnDocument.BEFORE, **kwargs)
51
.. automethod:: find_one_and_update(filter, update, projection=None, sort=None, return_document=ReturnDocument.BEFORE, **kwargs)
0 commit comments