Fix minor typo (thanks, Terry Reedy).
This commit is contained in:
parent
a768232dbd
commit
c09a3ed536
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue