Skip to content

Commit 1727e25

Browse files
author
Sam Kleinman
committed
merge: minor rst correction
2 parents 64f242e + 061d753 commit 1727e25

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

source/reference/operator/in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ $in
4343

4444
.. seealso::
4545

46-
method:`find() <db.collection.find()>`, :method:`update()
46+
:method:`find() <db.collection.find()>`, :method:`update()
4747
<db.collection.update()>`, :operator:`$or`, :operator:`$set`.

source/reference/operator/lt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ $lt
3434

3535
.. seealso::
3636

37-
method:`find() <db.collection.find()>`, :method:`update()
37+
:method:`find() <db.collection.find()>`, :method:`update()
3838
<db.collection.update()>`, :operator:`$set`.

source/reference/operator/lte.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ $lte
3535

3636
.. seealso::
3737

38-
method:`find() <db.collection.find()>`, :method:`update()
38+
:method:`find() <db.collection.find()>`, :method:`update()
3939
<db.collection.update()>`, :operator:`$set`.

source/reference/operator/ne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ $ne
3737

3838
.. seealso::
3939

40-
method:`find() <db.collection.find()>`, :method:`update()
40+
:method:`find() <db.collection.find()>`, :method:`update()
4141
<db.collection.update()>`, :operator:`$set`.

source/reference/operator/not.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $not
6767

6868
.. seealso::
6969

70-
method:`find() <db.collection.find()>`, :method:`update()
70+
:method:`find() <db.collection.find()>`, :method:`update()
7171
<db.collection.update()>`, :operator:`$set`, :operator:`$gt`,
7272
:operator:`$regex`, :api:`PyMongo <python\current>`,
7373
:term:`driver`.

0 commit comments

Comments
 (0)