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)
commitb0368491e4b1338150f22da2ea4300a6b7ebd10a (patch)
treee9ae380627c0b2f4097b9ed6fce17b0435585883 /Lib/os.py
parente093f11f4b05d08dd7390aa6aa70417de6808bb0 (diff)
downloadcpython-b0368491e4b1338150f22da2ea4300a6b7ebd10a.zip
cpython-b0368491e4b1338150f22da2ea4300a6b7ebd10a.tar.gz
cpython-b0368491e4b1338150f22da2ea4300a6b7ebd10a.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 53fad6b..cfea71b 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