diff --git a/salt/renderers/py.py b/salt/renderers/py.py index acdc9b8c94..e88103d97b 100644 --- a/salt/renderers/py.py +++ b/salt/renderers/py.py @@ -1,7 +1,7 @@ ''' Pure python state renderer -The sls file should contain a function called ``sls`` which returns high state +The sls file should contain a function called ``run`` which returns high state data '''