]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Jan 2023 00:21:07 +0000 (16:21 -0800)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 00:21:07 +0000 (16:21 -0800)
(cherry picked from commit d9dff4c8b5ab41c47af002ad7fb083c953e75f31)

Co-authored-by: ram vikram singh <ramvikrams243@gmail.com>
Doc/library/sys.rst

index 5da5ffa07012d2eb38b2df5d6d8a77c1732fa7a8..b458040c876bb01725e7a595f04878e28fb00213 100644 (file)
@@ -1805,7 +1805,7 @@ always available.
 
    The version number used to form registry keys on Windows platforms. This is
    stored as string resource 1000 in the Python DLL.  The value is normally the
-   first three characters of :const:`version`.  It is provided in the :mod:`sys`
+   major and minor versions of the running Python interpreter.  It is provided in the :mod:`sys`
    module for informational purposes; modifying this value has no effect on the
    registry keys used by Python.