mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
clarify docstring
This commit is contained in:
parent
df17555d26
commit
040ee6a39b
@ -250,7 +250,7 @@ class Minion(object):
|
|||||||
|
|
||||||
def __prep_mod_opts(self):
|
def __prep_mod_opts(self):
|
||||||
'''
|
'''
|
||||||
Returns a deep copy of the opts with key bits stripped out
|
Returns a copy of the opts with key bits stripped out
|
||||||
'''
|
'''
|
||||||
mod_opts = {}
|
mod_opts = {}
|
||||||
for key, val in self.opts.items():
|
for key, val in self.opts.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user