From 79419108d5efcafcebc3a343a520a5a6c89416fc Mon Sep 17 00:00:00 2001 From: Ilya Skriblovsky Date: Wed, 2 Oct 2024 16:11:47 +0300 Subject: [PATCH] Fix typo in NEWS.rst --- docs/source/NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/NEWS.rst b/docs/source/NEWS.rst index fa10edd0..25588ea1 100644 --- a/docs/source/NEWS.rst +++ b/docs/source/NEWS.rst @@ -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.