[Python-checkins] peps: fix a couple of typos

eli.bendersky python-checkins at python.org
Sat Feb 11 04:04:31 CET 2012


http://hg.python.org/peps/rev/175aaec7a946
changeset:   4049:175aaec7a946
user:        Eli Bendersky <eliben at gmail.com>
date:        Sat Feb 11 05:04:13 2012 +0200
summary:
  fix a couple of typos

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


diff --git a/pep-0411.txt b/pep-0411.txt
--- a/pep-0411.txt
+++ b/pep-0411.txt
@@ -26,7 +26,7 @@
 are made with regards to the the stability of the package's API, which may
 change for the next release.  While it is considered an unlikely outcome,
 such packages may even be removed from the standard library without a
-deprecation period if the concerns regarding their API or maintenante prove
+deprecation period if the concerns regarding their API or maintenance prove
 well-founded.
 
 
@@ -90,7 +90,7 @@
 * A much better alternative package may be found during the preview release.
 
 Essentially, the decision will be made by the core developers on a per-case
-basis.  The point to emphasize here is that a packages's inclusion in the
+basis.  The point to emphasize here is that a package's inclusion in the
 standard library as "provisional" in some release does not guarantee it will
 continue being part of Python in the next release.
 

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


More information about the Python-checkins mailing list