[Python-checkins] peps: fix a tiny typo
eli.bendersky
python-checkins at python.org
Fri Mar 30 09:48:02 CEST 2012
http://hg.python.org/peps/rev/6c1e4170d717
changeset: 4173:6c1e4170d717
user: Eli Bendersky <eliben at gmail.com>
date: Fri Mar 30 10:46:49 2012 +0300
summary:
fix a tiny typo
files:
pep-0411.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pep-0411.txt b/pep-0411.txt
--- a/pep-0411.txt
+++ b/pep-0411.txt
@@ -74,7 +74,7 @@
without locking in problematic design errors for extended periods of time.
See PEP 411 for more details.
-The following will be added to the start of the packages's docstring:
+The following will be added to the start of the package's docstring:
The API of this package is currently provisional. Refer to the
documentation for details.
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list