[Python-checkins] r77767 - python/trunk/Doc/library/sys.rst

eric.smith python-checkins at python.org
Wed Jan 27 01:55:16 CET 2010


Author: eric.smith
Date: Wed Jan 27 01:55:16 2010
New Revision: 77767

Log:
Fix type on getwindowsversion documentation. Thanks Taggnostr.

Modified:
   python/trunk/Doc/library/sys.rst

Modified: python/trunk/Doc/library/sys.rst
==============================================================================
--- python/trunk/Doc/library/sys.rst	(original)
+++ python/trunk/Doc/library/sys.rst	Wed Jan 27 01:55:16 2010
@@ -470,7 +470,7 @@
 
 .. 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*.


More information about the Python-checkins mailing list