[Python-checkins] cpython (2.7): remove useless word (closes #23929)
benjamin.peterson
python-checkins at python.org
Tue Apr 14 02:25:16 CEST 2015
https://hg.python.org/cpython/rev/feb0717c1004
changeset: 95625:feb0717c1004
branch: 2.7
parent: 95616:731e366885f5
user: Benjamin Peterson <benjamin at python.org>
date: Mon Apr 13 20:24:10 2015 -0400
summary:
remove useless word (closes #23929)
files:
Lib/os.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/os.py b/Lib/os.py
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -185,7 +185,7 @@
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
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list