diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 15:53:55 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-08-17 15:53:55 +0300 |
commit | 20bb8581bd5ed082be781ce6d24b7b7b6b19cebc (patch) | |
tree | b5a6e220e3fdc56743b5e8ac14cbc7a566b61e12 /Lib/tempfile.py | |
parent | 6a8989e6913b62b6dcda6b6aaa7eec7d8edda3e0 (diff) | |
parent | 88e1e502c6427f30079d18813c6a5df92112a0ae (diff) | |
download | cpython-20bb8581bd5ed082be781ce6d24b7b7b6b19cebc.tar.gz |
#18705: merge with 3.3.
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. """ |