mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #11959 from s0undt3ch/hotfix/doc-correction
Don't encourage bad `**kwargs` usage.
This commit is contained in:
commit
9074830783
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user