File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/reference/operator/update Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ After the update operation, the document only has values less than 6:
119
119
.. _pull-array-of-documents:
120
120
121
121
Remove All Items That Match a Specified ``$pull`` Condition With :method:`~db.collection.bulkWrite()`
122
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
122
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123
123
124
124
The following :method:`db.collection.bulkWrite()` operation:
125
125
@@ -158,7 +158,7 @@ The following :method:`db.collection.bulkWrite()` operation:
158
158
print(e);
159
159
}
160
160
161
- .. note:: `bulkWrite()`
161
+ .. note:: `` bulkWrite()` `
162
162
163
163
The :method:`db.collection.bulkWrite()` method executes multiple
164
164
write operations listed in an array. In this example, the
You can’t perform that action at this time.
0 commit comments