Merge pull request #1357 from hartzell/patch-6
Fix doc for install_tree (cut/paste error)
This commit is contained in:
commit
49e47966a8
@ -189,7 +189,7 @@ def install(src, dest):
|
||||
|
||||
|
||||
def install_tree(src, dest, **kwargs):
|
||||
"""Manually install a file to a particular location."""
|
||||
"""Manually install a directory tree to a particular location."""
|
||||
tty.debug("Installing %s to %s" % (src, dest))
|
||||
shutil.copytree(src, dest, **kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user