We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9abecd commit 8f1caeaCopy full SHA for 8f1caea
source/write/bulk-write.txt
@@ -69,7 +69,7 @@ To insert multiple documents, create an instance of ``InsertOne`` for each docum
69
70
.. note::
71
72
- You must specify the ``_id`` field for each document you insert. If you don't, the driver
+ You must specify the ``_id`` field for each document you insert, otherwise the driver
73
throws a duplicate key error.
74
75
Update Operations
0 commit comments