Skip to content

Commit 3ebb4b2

Browse files
committed
Fix Collection.remove docs.
1 parent 47b8518 commit 3ebb4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/pymongo/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.. automethod:: insert(doc_or_docs[, manipulate=True[, safe=None[, check_keys=True[, continue_on_error=False[, **kwargs]]]]])
3232
.. automethod:: save(to_save[, manipulate=True[, safe=None[, check_keys=True[, **kwargs]]]])
3333
.. automethod:: update(spec, document[, upsert=False[, manipulate=False[, safe=None[, multi=False[, check_keys=True[, **kwargs]]]]]])
34-
.. automethod:: remove([spec_or_id=None[, safe=None[, **kwargs]]])
34+
.. automethod:: remove([spec_or_id=None[, safe=None[, multi=True[, **kwargs]]]])
3535
.. automethod:: initialize_unordered_bulk_op
3636
.. automethod:: initialize_ordered_bulk_op
3737
.. automethod:: drop

0 commit comments

Comments
 (0)