]> granicus.if.org Git - python/commitdiff
Fix type on getwindowsversion documentation. Thanks Taggnostr.
authorEric Smith <eric@trueblade.com>
Wed, 27 Jan 2010 00:55:16 +0000 (00:55 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 27 Jan 2010 00:55:16 +0000 (00:55 +0000)
Doc/library/sys.rst

index 94c29569f7de484d2cc8357e4ce6133ba27f6842..f2e5983ae797b0234f41ea4a301f161546b423f6 100644 (file)
@@ -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*.