We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f5993 commit 229dc17Copy full SHA for 229dc17
Doc/c-api/init.rst
@@ -529,7 +529,7 @@ Process-wide parameters
529
.. index:: single: version (in module sys)
530
531
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
+ the first characters are the major and minor version separated by a
533
period. The returned string points into static storage; the caller should not
534
modify its value. The value is available to Python code as :data:`sys.version`.
535
0 commit comments