From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:35:36 +0000 (+0200) Subject: [3.14] Fix grammatical typos in documentation (GH-154181) (#154191) X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=67619cf28c4646afb793dbc3d731fb8760bb3f09;p=thirdparty%2FPython%2Fcpython.git [3.14] Fix grammatical typos in documentation (GH-154181) (#154191) Fix grammatical typos in documentation (GH-154181) (cherry picked from commit 40f7fbf4a53d2f2cb0414a22f891d6e7e288280c) Co-authored-by: ilya <110783299+bontail@users.noreply.github.com> --- diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 2fbc391f7e55..5338d407ca22 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -1364,7 +1364,7 @@ Control flow ``try`` blocks which are followed by ``except*`` clauses. The attributes are the same as for :class:`Try` but the :class:`ExceptHandler` nodes in ``handlers`` - are interpreted as ``except*`` blocks rather then ``except``. + are interpreted as ``except*`` blocks rather than ``except``. .. doctest:: diff --git a/Doc/library/compression.zstd.rst b/Doc/library/compression.zstd.rst index 7ca843f27f5e..25459640f8e2 100644 --- a/Doc/library/compression.zstd.rst +++ b/Doc/library/compression.zstd.rst @@ -499,7 +499,7 @@ Advanced parameter control The :meth:`~.bounds` method can be used on any attribute to get the valid values for that parameter. - Parameters are optional; any omitted parameter will have it's value selected + Parameters are optional; any omitted parameter will have its value selected automatically. Example getting the lower and upper bound of :attr:`~.compression_level`:: @@ -728,7 +728,7 @@ Advanced parameter control An :class:`~enum.IntEnum` containing the advanced decompression parameter keys that can be used when decompressing data. Parameters are optional; any - omitted parameter will have it's value selected automatically. + omitted parameter will have its value selected automatically. The :meth:`~.bounds` method can be used on any attribute to get the valid values for that parameter. diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 3420f88e36f5..9078af7cac78 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -2017,7 +2017,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only returned by the :func:`open` function. Their parameters are chosen as follows: - * The encoding and error handling are is initialized from + * The encoding and error handling are initialized from :c:member:`PyConfig.stdio_encoding` and :c:member:`PyConfig.stdio_errors`. On Windows, UTF-8 is used for the console device. Non-character