#18705: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-08-17 15:53:55 +03:00
commit 9a3777e525
26 changed files with 49 additions and 49 deletions

View file

@ -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.
"""