[Python-checkins] peps: Fix typo.

ezio.melotti python-checkins at python.org
Sat Jul 30 22:30:06 CEST 2011


http://hg.python.org/peps/rev/425abb8d014d
changeset:   3917:425abb8d014d
user:        Ezio Melotti
date:        Sat Jul 30 23:29:58 2011 +0300
summary:
  Fix typo.

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


diff --git a/pep-0400.txt b/pep-0400.txt
--- a/pep-0400.txt
+++ b/pep-0400.txt
@@ -210,8 +210,8 @@
 
 .. _Appendix A:
 
-Alternative Approache
-=====================
+Alternative Approach
+====================
 
 An alternative to the deprecation of the codecs.Stream* classes is to rename
 codecs.open() to codecs.open_stream(), and to create a new codecs.open()

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


More information about the Python-checkins mailing list