We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b562a commit 43b135fCopy full SHA for 43b135f
Doc/c-api/init.rst
@@ -549,7 +549,7 @@ Process-wide parameters
549
.. index:: single: version (in module sys)
550
551
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
+ the first characters are the major and minor version separated by a
553
period. The returned string points into static storage; the caller should not
554
modify its value. The value is available to Python code as :data:`sys.version`.
555
0 commit comments