Skip to content

Commit 8f1caea

Browse files
committed
Fix
1 parent c9abecd commit 8f1caea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/write/bulk-write.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To insert multiple documents, create an instance of ``InsertOne`` for each docum
6969

7070
.. note::
7171

72-
You must specify the ``_id`` field for each document you insert. If you don't, the driver
72+
You must specify the ``_id`` field for each document you insert, otherwise the driver
7373
throws a duplicate key error.
7474

7575
Update Operations

0 commit comments

Comments
 (0)