summaryrefslogtreecommitdiff
path: root/Lib/tempfile.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 15:50:46 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 15:50:46 +0300
commit88e1e502c6427f30079d18813c6a5df92112a0ae (patch)
treebe12a1a329f257e27e0b25199ee718351e6aedf5 /Lib/tempfile.py
parent3d6dddc4f2698706eccf484197cbde524a326a52 (diff)
downloadcpython-88e1e502c6427f30079d18813c6a5df92112a0ae.tar.gz
#18705: fix a number of typos. Patch by F?vry Thibault.
Diffstat (limited to 'Lib/tempfile.py')
-rw-r--r--Lib/tempfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tempfile.py b/Lib/tempfile.py
index 4aad7b5d42..ed5c857a1d 100644
--- a/Lib/tempfile.py
+++ b/Lib/tempfile.py
@@ -634,7 +634,7 @@ class TemporaryDirectory(object):
with TemporaryDirectory() as tmpdir:
...
- Upon exiting the context, the directory and everthing contained
+ Upon exiting the context, the directory and everything contained
in it are removed.
"""