summaryrefslogtreecommitdiff
path: root/Lib/tempfile.py
diff options
context:
space:
mode:
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.
"""