[Python-checkins] peps: Closes #13945: fix typo.

georg.brandl python-checkins at python.org
Sun Feb 5 09:29:03 CET 2012


http://hg.python.org/peps/rev/5748c9cf7628
changeset:   4035:5748c9cf7628
user:        Georg Brandl <georg at python.org>
date:        Sun Feb 05 09:28:57 2012 +0100
summary:
  Closes #13945: fix typo.

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


diff --git a/pep-0383.txt b/pep-0383.txt
--- a/pep-0383.txt
+++ b/pep-0383.txt
@@ -89,7 +89,7 @@
 deprecated.
 
 External libraries that operate on file names (such as GUI file
-chosers) should also encode them according to the PEP.
+choosers) should also encode them according to the PEP.
 
 Discussion
 ==========

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


More information about the Python-checkins mailing list