summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-09-18 06:36:14 (GMT)
committerGitHub <noreply@github.com>2020-09-18 06:36:14 (GMT)
commit234ae8fe1b7ff0a00d41ad86d46dd753a235279e (patch)
tree59587dd66559b623312934ed96bc54027848cd8a /Doc/whatsnew
parent4daeb9eec294f73a5811ef6ab3a0f8e61174a24c (diff)
downloadcpython-234ae8fe1b7ff0a00d41ad86d46dd753a235279e.zip
cpython-234ae8fe1b7ff0a00d41ad86d46dd753a235279e.tar.gz
cpython-234ae8fe1b7ff0a00d41ad86d46dd753a235279e.tar.bz2
[3.9] Remove duplicated words words (GH-20413). (GH-22296)
(cherry picked from commit 1c5d1d7304a119040fd3118128bdb412f0cce6a6)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.8.rst2
-rw-r--r--Doc/whatsnew/3.9.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 61aca47..a2fa178 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -1693,7 +1693,7 @@ Deprecated
:meth:`~gettext.NullTranslations.set_output_charset`, and the *codeset*
parameter of functions :func:`~gettext.translation` and
:func:`~gettext.install` are also deprecated, since they are only used for
- for the ``l*gettext()`` functions.
+ the ``l*gettext()`` functions.
(Contributed by Serhiy Storchaka in :issue:`33710`.)
* The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread`
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 40c1592..b3cc84d 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -879,7 +879,7 @@ Removed
(Contributed by Victor Stinner in :issue:`39489`.)
* The ``_field_types`` attribute of the :class:`typing.NamedTuple` class
- has been removed. It was deprecated deprecated since Python 3.8. Use
+ has been removed. It was deprecated since Python 3.8. Use
the ``__annotations__`` attribute instead.
(Contributed by Serhiy Storchaka in :issue:`40182`.)