Clarify return value for win_osinfo

This commit is contained in:
twangboy 2017-02-14 11:10:56 -07:00
parent 994314ed3d
commit 315b0cc105

View File

@ -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