mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Fix type on getwindowsversion documentation. Thanks Taggnostr.
This commit is contained in:
parent
ee931b7253
commit
096d0bf8b1
1 changed files with 1 additions and 1 deletions
|
@ -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*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue