mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Clarify return value for win_osinfo
This commit is contained in:
parent
994314ed3d
commit
315b0cc105
@ -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…
Reference in New Issue
Block a user