From c09a3ed536aad924318b8a2b9964b5b4a3596519 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 3 Mar 2007 22:09:12 +0000 Subject: [PATCH] Fix minor typo (thanks, Terry Reedy). --- pep-3113.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3113.txt b/pep-3113.txt index 852ae2c3b..193eec29b 100644 --- a/pep-3113.txt +++ b/pep-3113.txt @@ -214,7 +214,7 @@ Python 2.6. This will be treated like any other syntactic change that 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