Merge pull request #11959 from s0undt3ch/hotfix/doc-correction

Don't encourage bad `**kwargs` usage.
This commit is contained in:
Joseph Hall 2014-04-13 10:19:39 -06:00
commit 9074830783

View File

@ -220,7 +220,7 @@ Example state module
import salt.exceptions
def enforce_custom_thing(name, foo, baz=True, **kwargs):
def enforce_custom_thing(name, foo, baz=True):
'''
Enforce the state of a custom thing