Skip to content

Commit 67ee40d

Browse files
author
Sam Kleinman
committed
minor: formating
1 parent 2d35ca9 commit 67ee40d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/reference/method/db.collection.update.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ db.collection.update()
6767
- the :method:`update() <db.collection.update()>` method updates cannot
6868
update multiple documents.
6969

70-
:param document options: Optional.
70+
:param document options:
7171

72-
A :term:`document` that specifies whether to
72+
Optional. A :term:`document` that specifies whether to
7373
perform an :term:`upsert` and/or a multiple update. You can
7474
use the ``options`` parameter instead of the individual
7575
``upsert`` and ``multi`` parameters.
7676

77-
:param boolean upsert: Optional.
77+
:param boolean upsert:
7878

79-
A boolean that specifies whether to perform
79+
Optional. A boolean that specifies whether to perform
8080
an :term:`upsert`.
8181

8282
The default value is ``false``. When
@@ -94,9 +94,9 @@ db.collection.update()
9494
An upsert operation affects only *one* document, and
9595
cannot update multiple documents.
9696

97-
:param boolean multi: Optional.
97+
:param boolean multi:
9898

99-
A boolean that specifies whether to update multiple
99+
Optional. A boolean that specifies whether to update multiple
100100
documents that meet the query criteria.
101101

102102
When not specified, the default value is ``false`` and the

0 commit comments

Comments
 (0)