Commit 46d3a5bb authored by Benjamin Peterson's avatar Benjamin Peterson

remove useless word (closes #23929)

parent 6f67d146
...@@ -268,7 +268,7 @@ def renames(old, new): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment