Skip to content

Commit cfee138

Browse files
miss-islingtonjebob
authored andcommitted
pythongh-92047: Py_GetVersion multi-digit minor version (pythonGH-92047) (pythonGH-92048) (python#92329)
(cherry picked from commit 43b135f) Co-authored-by: Robert Howlett <[email protected]> Co-authored-by: Robert Howlett <[email protected]>
1 parent d48b577 commit cfee138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ Process-wide parameters
498498
.. index:: single: version (in module sys)
499499
500500
The first word (up to the first space character) is the current Python version;
501-
the first three characters are the major and minor version separated by a
501+
the first characters are the major and minor version separated by a
502502
period. The returned string points into static storage; the caller should not
503503
modify its value. The value is available to Python code as :data:`sys.version`.
504504

0 commit comments

Comments
 (0)