[Python-checkins] r54110 - peps/trunk/pep-3113.txt
brett.cannon
python-checkins at python.org
Sat Mar 3 23:09:15 CET 2007
Author: brett.cannon
Date: Sat Mar 3 23:09:12 2007
New Revision: 54110
Modified:
peps/trunk/pep-3113.txt
Log:
Fix minor typo (thanks, Terry Reedy).
Modified: peps/trunk/pep-3113.txt
==============================================================================
--- peps/trunk/pep-3113.txt (original)
+++ peps/trunk/pep-3113.txt Sat Mar 3 23:09:12 2007
@@ -214,7 +214,7 @@
is to occur in Python 3.0 compared to Python 2.6.
Second, the 2to3 refactoring tool [#2to3]_ will gain a rule for
-translating tuple parameters to being a single parameter this is
+translating tuple parameters to being a single parameter that is
unpacked as the first statement in the function. The name of the new
parameter will be a mangling of tuple parameter's names by joining
them with underscores. The new parameter will then be unpacked into
More information about the Python-checkins
mailing list