summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2010-01-27 00:55:16 (GMT)
committerEric Smith <eric@trueblade.com>2010-01-27 00:55:16 (GMT)
commit096d0bf8b1590077089ae47d1be7ae3f42bee2e4 (patch)
treedb6fd4fbd646b96ceb897c67b0d3f3416a689194 /Doc
parentee931b7253fe332125dad0b7ba1681bdebb0a575 (diff)
downloadcpython-096d0bf8b1590077089ae47d1be7ae3f42bee2e4.zip
cpython-096d0bf8b1590077089ae47d1be7ae3f42bee2e4.tar.gz
cpython-096d0bf8b1590077089ae47d1be7ae3f42bee2e4.tar.bz2
Fix type on getwindowsversion documentation. Thanks Taggnostr.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 94c2956..f2e5983 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*.