File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ Constants
615
615
Possible value for :attr: `SSLContext.verify_flags `. In this mode, only the
616
616
peer cert is checked but none of the intermediate CA certificates. The mode
617
617
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
619
619
:attr: `SSLContext.load_verify_locations `, validation will fail.
620
620
621
621
.. versionadded :: 3.4
Original file line number Diff line number Diff line change @@ -1692,7 +1692,7 @@ Deprecated
1692
1692
:meth: `~gettext.NullTranslations.set_output_charset `, and the *codeset *
1693
1693
parameter of functions :func: `~gettext.translation ` and
1694
1694
:func: `~gettext.install ` are also deprecated, since they are only used for
1695
- for the ``l*gettext() `` functions.
1695
+ the ``l*gettext() `` functions.
1696
1696
(Contributed by Serhiy Storchaka in :issue: `33710 `.)
1697
1697
1698
1698
* The :meth: `~threading.Thread.isAlive() ` method of :class: `threading.Thread `
Original file line number Diff line number Diff line change @@ -868,7 +868,7 @@ Removed
868
868
(Contributed by Victor Stinner in :issue: `39489 `.)
869
869
870
870
* The ``_field_types `` attribute of the :class: `typing.NamedTuple ` class
871
- has been removed. It was deprecated deprecated since Python 3.8. Use
871
+ has been removed. It was deprecated since Python 3.8. Use
872
872
the ``__annotations__ `` attribute instead.
873
873
(Contributed by Serhiy Storchaka in :issue: `40182 `.)
874
874
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ This module also defines the following exceptions.
127
127
.. exception :: ChannelNotFoundError
128
128
129
129
This exception is a subclass of :exc: `ChannelError `, and is raised
130
- when the the identified channel is not found.
130
+ when the identified channel is not found.
131
131
132
132
.. exception :: ChannelEmptyError
133
133
Original file line number Diff line number Diff line change @@ -7034,7 +7034,7 @@ Fix ftplib test for TLS 1.3 by reading from data socket.
7034
7034
.. nonce: g7TwYm
7035
7035
.. section: Tests
7036
7036
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
7038
7038
supported by inet_pton6_zone() Switch to runtime-based platform.system() to
7039
7039
establish current platform rather than build-time based sys.platform()
7040
7040
Original file line number Diff line number Diff line change @@ -1612,7 +1612,7 @@ versions.
1612
1612
.. nonce: Zot4sx
1613
1613
.. section: Documentation
1614
1614
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
1616
1616
``asyncio.subprocess_exec `` function to specify which values are supported.
1617
1617
Also mention that decoding as text is not supported.
1618
1618
You can’t perform that action at this time.
0 commit comments