]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
authorRobert Howlett <robert@howletts.org.uk>
Thu, 5 May 2022 09:33:35 +0000 (10:33 +0100)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 09:33:35 +0000 (11:33 +0200)
Doc/c-api/init.rst

index d9a7d8e44e1967f6787fe7549cee1fe09e42e21c..c17379c52ab706e24b6414a64c20d917689637d5 100644 (file)
@@ -549,7 +549,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`.