Skip to content

Commit 229dc17

Browse files
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048) (#92330)
(cherry picked from commit 43b135f) Co-authored-by: Robert Howlett <[email protected]> Co-authored-by: Robert Howlett <[email protected]>
1 parent b5f5993 commit 229dc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Process-wide parameters
529529
.. index:: single: version (in module sys)
530530
531531
The first word (up to the first space character) is the current Python version;
532-
the first three characters are the major and minor version separated by a
532+
the first characters are the major and minor version separated by a
533533
period. The returned string points into static storage; the caller should not
534534
modify its value. The value is available to Python code as :data:`sys.version`.
535535

0 commit comments

Comments
 (0)