summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-14 00:24:10 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-04-14 00:24:10 (GMT)
commit52a3b74900db90dfbc5d6ce5145bce02d172b1b1 (patch)
tree7ecddd24d5461e625fcac84d154409d14d983048 /Lib/os.py
parentbbbbe7e4e62e5cb49a6748f2a817eacb886ad16c (diff)
downloadcpython-52a3b74900db90dfbc5d6ce5145bce02d172b1b1.zip
cpython-52a3b74900db90dfbc5d6ce5145bce02d172b1b1.tar.gz
cpython-52a3b74900db90dfbc5d6ce5145bce02d172b1b1.tar.bz2
remove useless word (closes #23929)
Diffstat (limited to 'Lib/os.py')
-rw-r--r--Lib/os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 556f592..a8f6a0b 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