File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,16 +67,16 @@ db.collection.update()
67
67
- the :method:`update() <db.collection.update()>` method updates cannot
68
68
update multiple documents.
69
69
70
- :param document options: Optional.
70
+ :param document options:
71
71
72
- A :term:`document` that specifies whether to
72
+ Optional. A :term:`document` that specifies whether to
73
73
perform an :term:`upsert` and/or a multiple update. You can
74
74
use the ``options`` parameter instead of the individual
75
75
``upsert`` and ``multi`` parameters.
76
76
77
- :param boolean upsert: Optional.
77
+ :param boolean upsert:
78
78
79
- A boolean that specifies whether to perform
79
+ Optional. A boolean that specifies whether to perform
80
80
an :term:`upsert`.
81
81
82
82
The default value is ``false``. When
@@ -94,9 +94,9 @@ db.collection.update()
94
94
An upsert operation affects only *one* document, and
95
95
cannot update multiple documents.
96
96
97
- :param boolean multi: Optional.
97
+ :param boolean multi:
98
98
99
- A boolean that specifies whether to update multiple
99
+ Optional. A boolean that specifies whether to update multiple
100
100
documents that meet the query criteria.
101
101
102
102
When not specified, the default value is ``false`` and the
You can’t perform that action at this time.
0 commit comments