From 52a3b74900db90dfbc5d6ce5145bce02d172b1b1 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 556f592526a..a8f6a0b8db9 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -268,7 +268,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