diff options
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 543df9c..ae6ff50 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1035,7 +1035,7 @@ popen ----- The :func:`os.popen` and :func:`subprocess.Popen` functions now support -the :keyword:`with`-statement` for auto-closing of the file descriptors. +the :keyword:`with` statement for auto-closing of the file descriptors. gzip and zipfile ---------------- |