Skip to content

Commit 43b135f

Browse files
authored
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
1 parent 08b562a commit 43b135f

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
@@ -549,7 +549,7 @@ Process-wide parameters
549549
.. index:: single: version (in module sys)
550550
551551
The first word (up to the first space character) is the current Python version;
552-
the first three characters are the major and minor version separated by a
552+
the first characters are the major and minor version separated by a
553553
period. The returned string points into static storage; the caller should not
554554
modify its value. The value is available to Python code as :data:`sys.version`.
555555

0 commit comments

Comments
 (0)