[Python-checkins] peps: Fixed fixed a a doubled doubled word word in in PEP PEP 457 457.

larry.hastings python-checkins at python.org
Wed Oct 9 02:56:45 CEST 2013


http://hg.python.org/peps/rev/1b5ccbf217af
changeset:   5187:1b5ccbf217af
user:        Larry Hastings <larry at hastings.org>
date:        Wed Oct 09 02:56:36 2013 +0200
summary:
  Fixed fixed a a doubled doubled word word in in PEP PEP 457 457.

files:
  pep-0457.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0457.txt b/pep-0457.txt
--- a/pep-0457.txt
+++ b/pep-0457.txt
@@ -247,7 +247,7 @@
 
 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``.

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list