Fix more docs

This commit is contained in:
twangboy 2017-02-14 11:08:40 -07:00
parent 2bbe3cbf49
commit 994314ed3d

View File

@ -32,7 +32,7 @@ def __virtual__():
def service(): def service():
''' '''
Helper function to return the Service class Helper function to return an instance of the ServiceFramework class
Returns: Returns:
class: An instance of the ServiceFramework class class: An instance of the ServiceFramework class