Skip to content

Commit 288a522

Browse files
author
Sam Kleinman
committed
merge: title correction
2 parents b4649ab + c85d0d0 commit 288a522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/applications/delete.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ collection, but does not remove the indexes. [#drop]_
5757
documents that you want to keep to a new collection and then use
5858
:method:`~db.collection.drop()` on the original collection.
5959

60-
Remove All Documents That Match a Condition
60+
Remove All Documents that Match a Condition
6161
-------------------------------------------
6262

6363
If there is a ``<query>`` argument, the
@@ -72,8 +72,8 @@ whose value starts with ``G``:
7272

7373
db.bios.remove( { 'name.first' : /^G/ } )
7474

75-
Remove Only One Document That Match a Condition
76-
-----------------------------------------------
75+
Remove a Single Document that Matches a Condition
76+
-------------------------------------------------
7777

7878
If there is a ``<query>`` argument and you specify the ``<justOne>``
7979
argument as ``true`` or ``1``, :method:`~db.collection.remove()` only

0 commit comments

Comments
 (0)