]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 May 2022 12:47:09 +0000 (05:47 -0700)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 12:47:09 +0000 (14:47 +0200)
(cherry picked from commit 43b135f94ebf3e6e84ddb0f75ed8510b96a610e4)

Co-authored-by: Robert Howlett <robert@howletts.org.uk>
Co-authored-by: Robert Howlett <robert@howletts.org.uk>
Doc/c-api/init.rst

index a52279044600170472593c67a46277ca311f3c5f..a44442a501555001221620991fd480dbd146968c 100644 (file)
@@ -529,7 +529,7 @@ Process-wide parameters
    .. index:: single: version (in module sys)
 
    The first word (up to the first space character) is the current Python version;
-   the first three characters are the major and minor version separated by a
+   the first characters are the major and minor version separated by a
    period.  The returned string points into static storage; the caller should not
    modify its value.  The value is available to Python code as :data:`sys.version`.