[Python-checkins] peps: Fix typo as submitted by Ethan Furman

brett.cannon python-checkins at python.org
Mon Mar 25 22:27:18 CET 2013


http://hg.python.org/peps/rev/b570a13d756d
changeset:   4822:b570a13d756d
user:        Brett Cannon <brett at python.org>
date:        Mon Mar 25 17:27:15 2013 -0400
summary:
  Fix typo as submitted by Ethan Furman

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


diff --git a/pep-0409.txt b/pep-0409.txt
--- a/pep-0409.txt
+++ b/pep-0409.txt
@@ -72,7 +72,7 @@
 Proposal
 ========
 
-I proprose going with the second option::
+I propose going with the second option::
 
     raise NewException from None
 

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


More information about the Python-checkins mailing list