diff options
Diffstat (limited to 'Lib/tempfile.py')
| -rw-r--r-- | Lib/tempfile.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tempfile.py b/Lib/tempfile.py index 7df881b7d3..df7328984a 100644 --- a/Lib/tempfile.py +++ b/Lib/tempfile.py @@ -636,7 +636,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.      """  | 
