Fixed fixed a a doubled doubled word word in in PEP PEP 457 457.

This commit is contained in:
Larry Hastings 2013-10-09 02:56:36 +02:00
parent 2e98417e67
commit ce15f00a60
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ no value was passed in for it when the function was called?
The obvious solution: add a new singleton constant to Python
that is passed in when a parameter is not mapped to an argument.
I propose that the value be called called ``undefined``,
I propose that the value be called ``undefined``,
and be a singleton of a special class called ``Undefined``.
If a positional-only parameter did not receive an argument
when called, its value would be set to ``undefined``.