Skip to content

Commit bce2cc2

Browse files
committed
PYTHON-738 - Clarify versionchanged line for bulk insert.
1 parent 2270286 commit bce2cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def insert(self, doc_or_docs, manipulate=True,
369369
Support for passing `getLastError` options as keyword
370370
arguments.
371371
.. versionchanged:: 1.1
372-
Bulk insert works with any iterable
372+
Bulk insert works with an iterable sequence of documents.
373373
374374
.. mongodoc:: insert
375375
"""

0 commit comments

Comments
 (0)