Skip to content

Commit e9583f6

Browse files
committed
edit
1 parent 0166114 commit e9583f6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ perform multiple write operations on a single collection. When calling
2727
multiple namespaces. In MongoDB, a namespace consists of the database name and the collection
2828
name in the format ``<database>.<collection>``.
2929

30-
.. important::
30+
.. important:: Client Bulk Write Requirements
3131

3232
To perform bulk operations on a ``Client`` instance,
3333
ensure that your application meets the following

0 commit comments

Comments
 (0)