Skip to content

Commit

Permalink
pythongh-92047: Py_GetVersion multi-digit minor version (pythonGH-92047
Browse files Browse the repository at this point in the history
…) (pythonGH-92048) (python#92330)

(cherry picked from commit 43b135f)

Co-authored-by: Robert Howlett <robert@howletts.org.uk>

Co-authored-by: Robert Howlett <robert@howletts.org.uk>
  • Loading branch information
miss-islington and jebob committed May 6, 2022
1 parent b5f5993 commit 229dc17
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 @@ -529,7 +529,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 229dc17

Please sign in to comment.