@@ -266,8 +266,8 @@ Collection Bulk Write Example
266
266
267
267
The following example performs multiple write operations on the
268
268
``restaurants`` collection by using the ``bulk_write()`` method
269
- on a ``Collection`` instance. Select the
270
- :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see the corresponding code:
269
+ on a ``Collection`` instance. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous`
270
+ tab to see the corresponding code:
271
271
272
272
.. tabs::
273
273
@@ -315,8 +315,8 @@ Client Bulk Write Example
315
315
The following example performs multiple write operations on the
316
316
``sample_restaurants.restaurants`` and ``sample_mflix.movies``
317
317
namespaces by using the ``bulk_write()`` method on a ``MongoClient``
318
- instance. Select the
319
- :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see the corresponding code:
318
+ instance. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see the
319
+ corresponding code:
320
320
321
321
.. tabs::
322
322
@@ -412,8 +412,8 @@ to the ``Collection.bulk_write()`` method:
412
412
413
413
The following example calls the ``bulk_write()`` method from the preceding
414
414
:ref:`pymongo-bulk-write-collection-ex` but sets the ``ordered`` option
415
- to ``False``. Select the
416
- :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see the corresponding code:
415
+ to ``False``. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see
416
+ the corresponding code:
417
417
418
418
.. tabs::
419
419
@@ -500,8 +500,8 @@ to the ``MongoClient.bulk_write()`` method:
500
500
501
501
The following example calls the ``bulk_write()`` method from the preceding
502
502
:ref:`pymongo-bulk-write-client-ex` but sets the ``verbose_results`` option
503
- to ``True``. Select the
504
- :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see the corresponding code:
503
+ to ``True``. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous` tab to see
504
+ the corresponding code:
505
505
506
506
.. tabs::
507
507
0 commit comments