Skip to content

Commit

Permalink
Fix typo in NEWS.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSkriblovsky authored Oct 2, 2024
1 parent 1864f8b commit 7941910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ API Changes
- This is the last release that supports Python <3.8 and MongoDB <4.0
- Collection methods `insert()`, `update()` and `remove()` are deprecated in favor of
corresponding `*_one()` and `*_many()` methods. Old methods will be removed in the next release.
- Collection methods `save()`, `find_and_modify() and `group()` are deprecated and will be removed
- Collection methods `save()`, `find_and_modify()` and `group()` are deprecated and will be removed
in the next release.
- `as_class` argument of `find()`, `find_with_cursor()` and `find_one()` is deprecated and will
be removed in the next release.
Expand Down

0 comments on commit 7941910

Please sign in to comment.