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

(cherry picked from commit 43b135f94e)

Co-authored-by: Robert Howlett <robert@howletts.org.uk>

Co-authored-by: Robert Howlett <robert@howletts.org.uk>
This commit is contained in:
Miss Islington (bot) 2022-05-06 05:47:09 -07:00 committed by GitHub
parent b5f5993dfe
commit 229dc17f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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