File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ collection, but does not remove the indexes. [#drop]_
57
57
documents that you want to keep to a new collection and then use
58
58
:method:`~db.collection.drop()` on the original collection.
59
59
60
- Remove All Documents That Match a Condition
60
+ Remove All Documents that Match a Condition
61
61
-------------------------------------------
62
62
63
63
If there is a ``<query>`` argument, the
@@ -72,8 +72,8 @@ whose value starts with ``G``:
72
72
73
73
db.bios.remove( { 'name.first' : /^G/ } )
74
74
75
- Remove Only One Document That Match a Condition
76
- -----------------------------------------------
75
+ Remove a Single Document that Matches a Condition
76
+ -------------------------------------------------
77
77
78
78
If there is a ``<query>`` argument and you specify the ``<justOne>``
79
79
argument as ``true`` or ``1``, :method:`~db.collection.remove()` only
You can’t perform that action at this time.
0 commit comments