From 7a623a30d78e7989460bb67f9c8ffc623a7464c1 Mon Sep 17 00:00:00 2001 From: ramvikrams Date: Tue, 10 Jan 2023 12:31:44 +0530 Subject: [PATCH] Update sys.rst --- 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 428ce51165c9b5..28adca1f618d75 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1843,7 +1843,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.