Skip to content

Commit 46a7df0

Browse files
committed
PYTHON-738 - Clarify versionchanged line for bulk insert.
1 parent b293b77 commit 46a7df0

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
@@ -356,7 +356,7 @@ def insert(self, doc_or_docs, manipulate=True,
356356
Support for passing `getLastError` options as keyword
357357
arguments.
358358
.. versionchanged:: 1.1
359-
Bulk insert works with any iterable
359+
Bulk insert works with an iterable sequence of documents.
360360
361361
.. mongodoc:: insert
362362
"""

0 commit comments

Comments
 (0)