summaryrefslogtreecommitdiff
path: root/fs/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'fs/base.py')
-rw-r--r--fs/base.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/base.py b/fs/base.py
index 738910d..4983c6a 100644
--- a/fs/base.py
+++ b/fs/base.py
@@ -845,6 +845,8 @@ class FS(object):
:param overwrite: if True, then an existing file at the destination path
will be silently overwritten; if False then an exception
will be raised in this case.
+ :param overwrite: When True the destination will be overwritten (if it exists),
+ otherwise a DestinationExistsError will be thrown
:type overwrite: bool
:param chunk_size: Size of chunks to use when copying, if a simple copy
is required