mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify return value for win_osinfo
This commit is contained in:
parent
994314ed3d
commit
315b0cc105
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ def __virtual__():
|
|||
|
||||
def os_version_info_ex():
|
||||
'''
|
||||
Helper function to return an instance of the OSVersionInfo class
|
||||
Helper function to return the results of the GetVersionExW Windows API call.
|
||||
It is a ctypes Structure that contains Windows OS Version information.
|
||||
|
||||
Returns:
|
||||
class: An instance of a class containing version info
|
||||
|
|
Loading…
Add table
Reference in a new issue