[Python-checkins] peps: PEP5: Double word reported by Aseem Bansal on python-list.

terry.reedy python-checkins at python.org
Tue Aug 20 22:04:01 CEST 2013


http://hg.python.org/peps/rev/af47d5be4850
changeset:   5068:af47d5be4850
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Aug 20 16:03:37 2013 -0400
summary:
  PEP5: Double word reported by Aseem Bansal on python-list.

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


diff --git a/pep-0005.txt b/pep-0005.txt
--- a/pep-0005.txt
+++ b/pep-0005.txt
@@ -59,7 +59,7 @@
     3. Formally deprecate the obsolete construct in the Python
        documentation.
 
-    4. Add an an optional warning mode to the parser that will inform
+    4. Add an optional warning mode to the parser that will inform
        users when the deprecated construct is used.  In other words,
        all programs that will behave differently in the future must
        trigger warnings in this mode.  Compile-time warnings are

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


More information about the Python-checkins mailing list