Skip to content

Commit b70d413

Browse files
committed
NR feedback
1 parent 7e01790 commit b70d413

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

source/crud/bulk-write.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ Collection Bulk Write Example
266266

267267
The 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
315315
The following example performs multiple write operations on the
316316
``sample_restaurants.restaurants`` and ``sample_mflix.movies``
317317
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:
320320

321321
.. tabs::
322322

@@ -412,8 +412,8 @@ to the ``Collection.bulk_write()`` method:
412412

413413
The 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

501501
The 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

source/crud/gridfs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ code:
109109

110110
To create or reference a bucket with a custom name other than the default name
111111
``fs``, pass your bucket name as the second parameter to the ``GridFSBucket()``
112-
constructor, as shown below. Select the :guilabel:`Synchronous` or :guilabel:`Asynchronous`
113-
tab to see the corresponding code:
112+
constructor, as shown in the following example. Select the :guilabel:`Synchronous` or
113+
:guilabel:`Asynchronous` tab to see the corresponding code:
114114

115115
.. tabs::
116116

0 commit comments

Comments
 (0)