From 994314ed3d48179334b40f6e5af5727a37819aa3 Mon Sep 17 00:00:00 2001 From: twangboy Date: Tue, 14 Feb 2017 11:08:40 -0700 Subject: [PATCH] Fix more docs --- salt/utils/winservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/utils/winservice.py b/salt/utils/winservice.py index 915bed573e..436cd4e94f 100644 --- a/salt/utils/winservice.py +++ b/salt/utils/winservice.py @@ -32,7 +32,7 @@ def __virtual__(): def service(): ''' - Helper function to return the Service class + Helper function to return an instance of the ServiceFramework class Returns: class: An instance of the ServiceFramework class