Skip to content

Commit 4f61a5a

Browse files
authored
DOCSP-23763 formatting fixes (#1483)
1 parent 221a468 commit 4f61a5a

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
@@ -114,7 +114,7 @@ After the update operation, the document only has values less than 6:
114114
.. _pull-array-of-documents:
115115

116116
Remove All Items That Match a Specified ``$pull`` Condition With :method:`~db.collection.bulkWrite()`
117-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118118

119119
The following :method:`db.collection.bulkWrite()` operation:
120120

@@ -153,7 +153,7 @@ The following :method:`db.collection.bulkWrite()` operation:
153153
print(e);
154154
}
155155

156-
.. note:: `bulkWrite()`
156+
.. note:: ``bulkWrite()``
157157

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

0 commit comments

Comments
 (0)