diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 05:59:46 +0200 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 05:59:46 +0200 |
commit | b9eef2c0632615c2fb749466f4b070d5be899fd9 (patch) | |
tree | df769e93585a0cdd34fa587233bb3444602fe3db /Python/sysmodule.c | |
parent | 0f725e3b0cadc7145d77b03061556e162b65f689 (diff) | |
parent | 25f2d241044d3b0aed66b635f191511f11d34f53 (diff) | |
download | cpython-b9eef2c0632615c2fb749466f4b070d5be899fd9.tar.gz |
#11515: Merge with 3.1.
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r-- | Python/sysmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index ea095d2660..8d44135be1 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -686,7 +686,7 @@ PyDoc_STRVAR(getwindowsversion_doc, Return information about the running version of Windows as a named tuple.\n\ The members are named: major, minor, build, platform, service_pack,\n\ service_pack_major, service_pack_minor, suite_mask, and product_type. For\n\ -backward compatibiliy, only the first 5 items are available by indexing.\n\ +backward compatibility, only the first 5 items are available by indexing.\n\ All elements are numbers, except service_pack which is a string. Platform\n\ may be 0 for win32s, 1 for Windows 9x/ME, 2 for Windows NT/2000/XP/Vista/7,\n\ 3 for Windows CE. Product_type may be 1 for a workstation, 2 for a domain\n\ |