diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 22:53:47 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-20 22:53:47 +0300 |
commit | 76e7ea5b4c92cee78e2c3027861de65718bb0338 (patch) | |
tree | 34c35b6e6113e258f1967c12cf7c70c7c6da504b | |
parent | 36e01df18e5bf5b2d0fbb7310f00f1950bba717f (diff) | |
download | cpython-git-76e7ea5b4c92cee78e2c3027861de65718bb0338.tar.gz |
Fix punctuation.
-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 be873ea643..7c9ef24d28 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 |