From: Eric Smith Date: Wed, 27 Jan 2010 00:55:16 +0000 (+0000) Subject: Fix type on getwindowsversion documentation. Thanks Taggnostr. X-Git-Tag: v2.7a3~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=096d0bf8b1590077089ae47d1be7ae3f42bee2e4;p=python Fix type on getwindowsversion documentation. Thanks Taggnostr. --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 94c29569f7..f2e5983ae7 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -470,7 +470,7 @@ always available. .. function:: getwindowsversion() - Return a named tuple containing describing the Windows version + Return a named tuple describing the Windows version currently running. The named elements are *major*, *minor*, *build*, *platform*, *service_pack*, *service_pack_minor*, *service_pack_major*, *suite_mask*, and *product_type*.