From f19e50a35199858059cf0901bae3919f61eb61b5 Mon Sep 17 00:00:00 2001 From: me Date: Sun, 22 Oct 2017 11:02:04 +0330 Subject: [PATCH] change service to process in module docstring --- salt/beacons/ps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/beacons/ps.py b/salt/beacons/ps.py index b1f18431f4..d65be4c12e 100644 --- a/salt/beacons/ps.py +++ b/salt/beacons/ps.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ''' -Send events covering service status +Send events covering process status ''' # Import Python Libs