Skip to content

Commit 3d87eee

Browse files
serhiy-storchakaambv
authored andcommitted
[3.9] Remove duplicated words words (pythonGH-20413). (pythonGH-22296)
(cherry picked from commit 1c5d1d7)
1 parent fd510e3 commit 3d87eee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ Constants
615615
Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
616616
peer cert is checked but none of the intermediate CA certificates. The mode
617617
requires a valid CRL that is signed by the peer cert's issuer (its direct
618-
ancestor CA). If no proper CRL has has been loaded with
618+
ancestor CA). If no proper CRL has been loaded with
619619
:attr:`SSLContext.load_verify_locations`, validation will fail.
620620

621621
.. versionadded:: 3.4

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,7 @@ Deprecated
16931693
:meth:`~gettext.NullTranslations.set_output_charset`, and the *codeset*
16941694
parameter of functions :func:`~gettext.translation` and
16951695
:func:`~gettext.install` are also deprecated, since they are only used for
1696-
for the ``l*gettext()`` functions.
1696+
the ``l*gettext()`` functions.
16971697
(Contributed by Serhiy Storchaka in :issue:`33710`.)
16981698

16991699
* The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread`

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ Removed
893893
(Contributed by Victor Stinner in :issue:`39489`.)
894894

895895
* The ``_field_types`` attribute of the :class:`typing.NamedTuple` class
896-
has been removed. It was deprecated deprecated since Python 3.8. Use
896+
has been removed. It was deprecated since Python 3.8. Use
897897
the ``__annotations__`` attribute instead.
898898
(Contributed by Serhiy Storchaka in :issue:`40182`.)
899899

Misc/NEWS.d/3.8.0a1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7034,7 +7034,7 @@ Fix ftplib test for TLS 1.3 by reading from data socket.
70347034
.. nonce: g7TwYm
70357035
.. section: Tests
70367036
7037-
Fix `test_socket` on AIX AIX 6.1 and later IPv6 zone id supports only
7037+
Fix `test_socket` on AIX 6.1 and later IPv6 zone id supports only
70387038
supported by inet_pton6_zone() Switch to runtime-based platform.system() to
70397039
establish current platform rather than build-time based sys.platform()
70407040

Misc/NEWS.d/3.8.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ versions.
16121612
.. nonce: Zot4sx
16131613
.. section: Documentation
16141614
1615-
Improve documentation of the stdin, stdout, and stderr arguments of of the
1615+
Improve documentation of the stdin, stdout, and stderr arguments of the
16161616
``asyncio.subprocess_exec`` function to specify which values are supported.
16171617
Also mention that decoding as text is not supported.
16181618

0 commit comments

Comments
 (0)