spelling: copy
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
e6e06e2a64
commit
34060efa29
|
@ -836,7 +836,7 @@ class LocalPath:
|
||||||
def copy(self, target, mode=False, stat=False):
|
def copy(self, target, mode=False, stat=False):
|
||||||
"""Copy path to target.
|
"""Copy path to target.
|
||||||
|
|
||||||
If mode is True, will copy copy permission from path to target.
|
If mode is True, will copy permission from path to target.
|
||||||
If stat is True, copy permission, last modification
|
If stat is True, copy permission, last modification
|
||||||
time, last access time, and flags from path to target.
|
time, last access time, and flags from path to target.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue