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 @@ -114,7 +114,7 @@ After the update operation, the document only has values less than 6:
114
114
.. _pull-array-of-documents:
115
115
116
116
Remove All Items That Match a Specified ``$pull`` Condition With :method:`~db.collection.bulkWrite()`
117
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118
118
119
119
The following :method:`db.collection.bulkWrite()` operation:
120
120
@@ -153,7 +153,7 @@ The following :method:`db.collection.bulkWrite()` operation:
153
153
print(e);
154
154
}
155
155
156
- .. note:: `bulkWrite()`
156
+ .. note:: `` bulkWrite()` `
157
157
158
158
The :method:`db.collection.bulkWrite()` method executes multiple
159
159
write operations listed in an array. In this example, the
You can’t perform that action at this time.
0 commit comments