Skip to content

Commit

Permalink
gh-92047: Py_GetVersion multi-digit minor version (GH-92047)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebob committed Apr 29, 2022
1 parent 83bce8e commit b854f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b854f11

Please sign in to comment.