Skip to content

Remove duplicated words words #20413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Constants
Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the
peer cert is checked but none of the intermediate CA certificates. The mode
requires a valid CRL that is signed by the peer cert's issuer (its direct
ancestor CA). If no proper CRL has has been loaded with
ancestor CA). If no proper CRL has been loaded with
:attr:`SSLContext.load_verify_locations`, validation will fail.

.. versionadded:: 3.4
Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,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`
Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,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`.)

Expand Down
2 changes: 1 addition & 1 deletion Lib/test/support/interpreters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ This module also defines the following exceptions.
.. exception:: ChannelNotFoundError

This exception is a subclass of :exc:`ChannelError`, and is raised
when the the identified channel is not found.
when the identified channel is not found.

.. exception:: ChannelEmptyError

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.8.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7034,7 +7034,7 @@ Fix ftplib test for TLS 1.3 by reading from data socket.
.. nonce: g7TwYm
.. section: Tests

Fix `test_socket` on AIX AIX 6.1 and later IPv6 zone id supports only
Fix `test_socket` on AIX 6.1 and later IPv6 zone id supports only
supported by inet_pton6_zone() Switch to runtime-based platform.system() to
establish current platform rather than build-time based sys.platform()

Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.8.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ versions.
.. nonce: Zot4sx
.. section: Documentation

Improve documentation of the stdin, stdout, and stderr arguments of of the
Improve documentation of the stdin, stdout, and stderr arguments of the
``asyncio.subprocess_exec`` function to specify which values are supported.
Also mention that decoding as text is not supported.

Expand Down