mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix some lint and some typos
This commit is contained in:
parent
d18401370e
commit
69c02fca4a
1 changed files with 3 additions and 3 deletions
|
@ -1698,10 +1698,10 @@ def copy_security(source,
|
|||
copy_group=True,
|
||||
copy_dacl=True,
|
||||
copy_sacl=True):
|
||||
'''
|
||||
r'''
|
||||
Copy the security descriptor of the Source to the Target. You can specify a
|
||||
specific portion of the security descripto to copy using one of the `copy_*`
|
||||
parameters.
|
||||
specific portion of the security descriptor to copy using one of the
|
||||
`copy_*` parameters.
|
||||
|
||||
.. note::
|
||||
At least one `copy_*` parameter must be ``True``
|
||||
|
|
Loading…
Add table
Reference in a new issue