[Python-checkins] cpython (3.3): Fix punctuation.
ezio.melotti
python-checkins at python.org
Sat Oct 20 21:54:21 CEST 2012
http://hg.python.org/cpython/rev/21d3f449ae5c
changeset: 79853:21d3f449ae5c
branch: 3.3
parent: 79851:d316b62c9629
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Sat Oct 20 22:53:47 2012 +0300
summary:
Fix punctuation.
files:
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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -460,8 +460,8 @@
: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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list