Merged revisions 77767 via svnmerge from
authorEric Smith <eric@trueblade.com>
Wed, 27 Jan 2010 00:56:30 +0000 (00:56 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 27 Jan 2010 00:56:30 +0000 (00:56 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77767 | eric.smith | 2010-01-26 19:55:16 -0500 (Tue, 26 Jan 2010) | 1 line

  Fix type on getwindowsversion documentation. Thanks Taggnostr.
........

Doc/library/sys.rst

index 1278248188e0383b66a3520b0e3ecf29ce1f119c..e9d4e1616e2ba929b8d4e315b230a6b16f378455 100644 (file)
@@ -394,7 +394,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*.