Skip to content
Snippets Groups Projects
Unverified Commit 43b135f9 authored by Robert Howlett's avatar Robert Howlett Committed by GitHub
Browse files

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

parent 08b562a5
Branches
Tags
No related merge requests found
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment