[Python-checkins] peps: #16006: fix typo in PEP 213.

ezio.melotti python-checkins at python.org
Sun Sep 23 18:19:48 CEST 2012


http://hg.python.org/peps/rev/94dbf7d100f3
changeset:   4520:94dbf7d100f3
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Sep 23 19:19:29 2012 +0300
summary:
  #16006: fix typo in PEP 213.

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


diff --git a/pep-0213.txt b/pep-0213.txt
--- a/pep-0213.txt
+++ b/pep-0213.txt
@@ -26,7 +26,7 @@
 
 Justification
 
-    cenario 1:
+    Scenario 1:
 
         You have a deployed class that works on an attribute named
         "stdout". After a while, you think it would be better to

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


More information about the Python-checkins mailing list