diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-14 00:24:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-14 00:24:10 (GMT) |
commit | 52a3b74900db90dfbc5d6ce5145bce02d172b1b1 (patch) | |
tree | 7ecddd24d5461e625fcac84d154409d14d983048 /Lib/os.py | |
parent | bbbbe7e4e62e5cb49a6748f2a817eacb886ad16c (diff) | |
download | cpython-52a3b74900db90dfbc5d6ce5145bce02d172b1b1.zip cpython-52a3b74900db90dfbc5d6ce5145bce02d172b1b1.tar.gz cpython-52a3b74900db90dfbc5d6ce5145bce02d172b1b1.tar.bz2 |
remove useless word (closes #23929)
Diffstat (limited to 'Lib/os.py')
-rw-r--r-- | Lib/os.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -268,7 +268,7 @@ def renames(old, new): empty. Works like rename, except creation of any intermediate directories needed to make the new pathname good is attempted first. After the rename, directories corresponding to rightmost - path segments of the old name will be pruned way until either the + path segments of the old name will be pruned until either the whole path is consumed or a nonempty directory is found. Note: this function can fail with the new directory structure made |