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 | b0368491e4b1338150f22da2ea4300a6b7ebd10a (patch) | |
tree | e9ae380627c0b2f4097b9ed6fce17b0435585883 /Lib/os.py | |
parent | e093f11f4b05d08dd7390aa6aa70417de6808bb0 (diff) | |
download | cpython-b0368491e4b1338150f22da2ea4300a6b7ebd10a.zip cpython-b0368491e4b1338150f22da2ea4300a6b7ebd10a.tar.gz cpython-b0368491e4b1338150f22da2ea4300a6b7ebd10a.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
@@ -185,7 +185,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 |