gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)

This commit is contained in:
Robert Howlett 2022-05-05 10:33:35 +01:00 committed by GitHub
parent 08b562a5df
commit 43b135f94e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`.