diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-13 14:20:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-13 14:20:31 (GMT) |
commit | 610bc6a211be33b390a9910943f1f9fb7656f634 (patch) | |
tree | 9498dd48c73ea91305805a6e1967f32becd39d70 /Doc/distutils/apiref.rst | |
parent | 458fc6f98ca9a838af5dcdff64fd48ae3eb64fa9 (diff) | |
parent | 82f34ada45f96c13eb68927d6beccdcbab2c77b3 (diff) | |
download | cpython-610bc6a211be33b390a9910943f1f9fb7656f634.zip cpython-610bc6a211be33b390a9910943f1f9fb7656f634.tar.gz cpython-610bc6a211be33b390a9910943f1f9fb7656f634.tar.bz2 |
merge 3.4 (#23221)
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 9218e5e..53d7527 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -964,7 +964,7 @@ directories. .. function:: create_tree(base_dir, files[, mode=0o777, verbose=0, dry_run=0]) Create all the empty directories under *base_dir* needed to put *files* there. - *base_dir* is just the a name of a directory which doesn't necessarily exist + *base_dir* is just the name of a directory which doesn't necessarily exist yet; *files* is a list of filenames to be interpreted relative to *base_dir*. *base_dir* + the directory portion of every file in *files* will be created if it doesn't already exist. *mode*, *verbose* and *dry_run* flags are as for |