@@ -266,8 +266,8 @@ Collection Bulk Write Example
266266
267267The following example performs multiple write operations on the
268268``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:
271271
272272.. tabs::
273273
@@ -315,8 +315,8 @@ Client Bulk Write Example
315315The following example performs multiple write operations on the
316316``sample_restaurants.restaurants`` and ``sample_mflix.movies``
317317namespaces 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:
320320
321321.. tabs::
322322
@@ -412,8 +412,8 @@ to the ``Collection.bulk_write()`` method:
412412
413413The following example calls the ``bulk_write()`` method from the preceding
414414: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:
417417
418418.. tabs::
419419
@@ -500,8 +500,8 @@ to the ``MongoClient.bulk_write()`` method:
500500
501501The following example calls the ``bulk_write()`` method from the preceding
502502: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:
505505
506506.. tabs::
507507
0 commit comments