diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 19:53:47 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 19:53:47 (GMT) |
commit | 76e7ea5b4c92cee78e2c3027861de65718bb0338 (patch) | |
tree | 34c35b6e6113e258f1967c12cf7c70c7c6da504b /Doc/whatsnew/3.3.rst | |
parent | 36e01df18e5bf5b2d0fbb7310f00f1950bba717f (diff) | |
download | cpython-76e7ea5b4c92cee78e2c3027861de65718bb0338.zip cpython-76e7ea5b4c92cee78e2c3027861de65718bb0338.tar.gz cpython-76e7ea5b4c92cee78e2c3027861de65718bb0338.tar.bz2 |
Fix punctuation.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index be873ea..7c9ef24 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -460,8 +460,8 @@ multiple subfunctions. :pep:`380` - Syntax for Delegating to a Subgenerator PEP written by Greg Ewing; implementation by Greg Ewing, integrated into - 3.3 by Renaud Blanch, Ryan Kelly and Nick Coghlan, documentation by - Zbigniew Jędrzejewski-Szmek and Nick Coghlan) + 3.3 by Renaud Blanch, Ryan Kelly and Nick Coghlan; documentation by + Zbigniew Jędrzejewski-Szmek and Nick Coghlan PEP 409: Suppressing exception context |