Skip to content

Commit 29da4ad

Browse files
authored
DOCSP-23763 formatting fixes (#1451)
1 parent 8911503 commit 29da4ad

File tree

1 file changed

+2
-2
lines changed
  • source/reference/operator/update

1 file changed

+2
-2
lines changed

source/reference/operator/update/pull.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ After the update operation, the document only has values less than 6:
119119
.. _pull-array-of-documents:
120120

121121
Remove All Items That Match a Specified ``$pull`` Condition With :method:`~db.collection.bulkWrite()`
122-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123123

124124
The following :method:`db.collection.bulkWrite()` operation:
125125

@@ -158,7 +158,7 @@ The following :method:`db.collection.bulkWrite()` operation:
158158
print(e);
159159
}
160160

161-
.. note:: `bulkWrite()`
161+
.. note:: ``bulkWrite()``
162162

163163
The :method:`db.collection.bulkWrite()` method executes multiple
164164
write operations listed in an array. In this example, the

0 commit comments

Comments
 (0)