[Python-checkins] peps: Fix typo

antoine.pitrou python-checkins at python.org
Tue Nov 19 23:05:56 CET 2013


http://hg.python.org/peps/rev/1037304d357c
changeset:   5296:1037304d357c
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Nov 19 23:05:51 2013 +0100
summary:
  Fix typo

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


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -152,7 +152,7 @@
 In this proposal, the path classes do not derive from a builtin type.  This
 contrasts with some other Path class proposals which were derived from
 ``str``.  They also do not pretend to implement the sequence protocol:
-if you want a path to act as a sequence, you have to lookup a dedicate
+if you want a path to act as a sequence, you have to lookup a dedicated
 attribute (the ``parts`` attribute).
 
 By avoiding to pass as builtin types, the path classes minimize the potential

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


More information about the Python-checkins mailing list