Skip to content

Commit 6647a71

Browse files
committed
Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@.
1 parent f6d6347 commit 6647a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/platform.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ Windows Platform
194194
.. function:: win32_ver(release='', version='', csd='', ptype='')
195195

196196
Get additional version information from the Windows Registry and return a tuple
197-
``(version, csd, ptype)`` referring to version number, CSD level
198-
(service pack) and OS type (multi/single processor).
197+
``(release, version, csd, ptype)`` referring to OS release, version number,
198+
CSD level (service pack) and OS type (multi/single processor).
199199

200200
As a hint: *ptype* is ``'Uniprocessor Free'`` on single processor NT machines
201201
and ``'Multiprocessor Free'`` on multi processor machines. The *'Free'* refers

0 commit comments

Comments
 (0)