]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] Remove duplicated words words (GH-20413). (GH-22297)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 18 Sep 2020 06:37:04 +0000 (09:37 +0300)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 06:37:04 +0000 (09:37 +0300)
(cherry picked from commit 1c5d1d7304a119040fd3118128bdb412f0cce6a6)

Doc/library/ssl.rst
Doc/whatsnew/3.8.rst
Misc/NEWS.d/3.8.0a1.rst
Misc/NEWS.d/3.8.0b1.rst

index ea0f13c4f18b976f1e63e205b6d4ff693f8ed5bd..04523e914072edf8112a8509f048594d4cae3db0 100644 (file)
@@ -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
index 475e3ab964312091871296ddfea72ba3f54d05af..7a86e51116f41357fd666c654787f122ce5597cb 100644 (file)
@@ -1695,7 +1695,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`
index 96208c88d32b3c771f216e30ec10264f20e24209..873f53b4503766fd216ff02fa862fa624bdfc8e9 100644 (file)
@@ -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()
 
index 43a88a37c5cb08911d76492a2c2f1b63fa651075..5400c07795292a75c57c62c69971c65f0de7eeb7 100644 (file)
@@ -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.