From b0368491e4b1338150f22da2ea4300a6b7ebd10a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 13 Apr 2015 20:24:10 -0400 Subject: [PATCH] remove useless word (closes #23929) --- Lib/os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3