Fix some lint and some typos

This commit is contained in:
twangboy 2018-10-29 15:34:48 -06:00
parent d18401370e
commit 69c02fca4a
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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``