From: Benjamin Peterson Date: Tue, 14 Apr 2015 00:24:10 +0000 (-0400) Subject: remove useless word (closes #23929) X-Git-Tag: v2.7.10rc1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0368491e4b1338150f22da2ea4300a6b7ebd10a;p=thirdparty%2FPython%2Fcpython.git remove useless word (closes #23929) --- diff --git a/Lib/os.py b/Lib/os.py index 53fad6b66496..cfea71be91b3 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -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