fix example of function argument limiting (#37584)

This commit is contained in:
Clint Armstrong 2016-11-09 15:37:18 -05:00 committed by Nicole Thomas
parent 2810b85cac
commit 928462df1d

View file

@ -121,12 +121,12 @@ Positional arguments or keyword arguments to functions can also be whitelisted.
my_user:
- '*':
- 'my_mod.*':
args:
args:
- 'a.*'
- 'b.*'
kwargs:
'kwa': 'kwa.*'
'kwb': 'kwb'
kwargs:
'kwa': 'kwa.*'
'kwb': 'kwb'
The rules: