remove useless word (closes #23929)

This commit is contained in:
Benjamin Peterson 2015-04-13 20:24:10 -04:00
parent bbbbe7e4e6
commit 52a3b74900

View File

@ -268,7 +268,7 @@ def renames(old, new):
empty. Works like rename, except creation of any intermediate empty. Works like rename, except creation of any intermediate
directories needed to make the new pathname good is attempted directories needed to make the new pathname good is attempted
first. After the rename, directories corresponding to rightmost 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. whole path is consumed or a nonempty directory is found.
Note: this function can fail with the new directory structure made Note: this function can fail with the new directory structure made