]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove useless word (closes #23929)
authorBenjamin Peterson <benjamin@python.org>
Tue, 14 Apr 2015 00:24:10 +0000 (20:24 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 14 Apr 2015 00:24:10 +0000 (20:24 -0400)
Lib/os.py

index 53fad6b66496641c0b764312f98aabcce8525377..cfea71be91b38517c6d01b834bcfb034ef8087af 100644 (file)
--- 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