[Python-checkins] peps: Fix minor typo in PEP 429.

georg.brandl python-checkins at python.org
Wed Sep 25 09:07:05 CEST 2013


http://hg.python.org/peps/rev/360c4f44789b
changeset:   5145:360c4f44789b
user:        Georg Brandl <georg at python.org>
date:        Wed Sep 25 09:07:47 2013 +0200
summary:
  Fix minor typo in PEP 429.

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


diff --git a/pep-0429.txt b/pep-0429.txt
--- a/pep-0429.txt
+++ b/pep-0429.txt
@@ -59,7 +59,7 @@
 used for the release will generally be "tagged" the day
 before.  However the actual availability of the release
 for download on python.org depends on the schedules of
-the crew and the existance of any release-blocking issues.
+the crew and the existence of any release-blocking issues.
 
 
 Features for 3.4

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


More information about the Python-checkins mailing list