Skip to content

Commit 7941910

Browse files
Fix typo in NEWS.rst
1 parent 1864f8b commit 7941910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ API Changes
1010
- This is the last release that supports Python <3.8 and MongoDB <4.0
1111
- Collection methods `insert()`, `update()` and `remove()` are deprecated in favor of
1212
corresponding `*_one()` and `*_many()` methods. Old methods will be removed in the next release.
13-
- Collection methods `save()`, `find_and_modify() and `group()` are deprecated and will be removed
13+
- Collection methods `save()`, `find_and_modify()` and `group()` are deprecated and will be removed
1414
in the next release.
1515
- `as_class` argument of `find()`, `find_with_cursor()` and `find_one()` is deprecated and will
1616
be removed in the next release.

0 commit comments

Comments
 (0)