Skip to content

Commit 9934475

Browse files
committed
clean
1 parent 68e6074 commit 9934475

File tree

1 file changed

+6
-6
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+6
-6
lines changed

source/fundamentals/crud/write-operations/bulk.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,13 +333,13 @@ method performs all write operations in a single call.
333333

334334
The ``MongoClient.bulkWrite()`` method takes a
335335
list of ``ClientNamespacedWriteModel`` instances to represent different write operations.
336-
For example, an instance of ``ClientNamespacedInsertOneModel`` represents an
337-
operation to insert one document.
338-
339336
You can construct instances of the ``ClientNamespacedWriteModel`` interface by using
340-
instance methods. The models and their corresponding instance methods are described
341-
in the table below. These methods take a
342-
``MongoNamespace`` object that defines which database and collection to write to.
337+
instance methods. For example, an instance of ``ClientNamespacedInsertOneModel`` represents an
338+
operation to insert one document, and you can create this model by using
339+
the ``ClientNamespacedWriteModel.insertOne()`` method.
340+
341+
The models and their corresponding instance methods are described
342+
in the table below.
343343

344344
.. list-table::
345345
:header-rows: 1

0 commit comments

Comments
 (0)