From 89aba759a3006c91848365324a83088102064273 Mon Sep 17 00:00:00 2001 From: ram vikram singh Date: Thu, 12 Jan 2023 05:41:12 +0530 Subject: [PATCH] GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913) (cherry picked from commit d9dff4c8b5ab41c47af002ad7fb083c953e75f31) Co-authored-by: ram vikram singh --- Doc/library/sys.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 8785278fa39aa4..c4658424c9cf66 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1750,7 +1750,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.