Fix minor typo (thanks, Terry Reedy).

This commit is contained in:
Brett Cannon 2007-03-03 22:09:12 +00:00
parent a768232dbd
commit c09a3ed536
1 changed files with 1 additions and 1 deletions

View File

@ -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