[Python-checkins] peps: correct spelling of Phillip Eby's name
richard.jones
python-checkins at python.org
Thu Mar 21 17:13:29 CET 2013
http://hg.python.org/peps/rev/6605b658710c
changeset: 4816:6605b658710c
parent: 4813:5900f1d6f0b1
user: Richard Jones <richard at mechanicalcat.net>
date: Wed Mar 20 23:49:47 2013 -0700
summary:
correct spelling of Phillip Eby's name
files:
pep-0438.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pep-0438.txt b/pep-0438.txt
--- a/pep-0438.txt
+++ b/pep-0438.txt
@@ -57,7 +57,7 @@
When PyPI went online, it offered release registration but had no
facility to host release files itself. When hosting was added, no
-automated downloading tool existed yet. When Philip Eby implemented
+automated downloading tool existed yet. When Phillip Eby implemented
automated downloading (through setuptools), he made the choice to
allow people to use download hosts of their choice. The finding of
externally-hosted packages was implemented as follows:
@@ -424,7 +424,7 @@
References
==========
-.. [1] Philip Eby, easy_install 'Package Index "API"' documentation,
+.. [1] Phillip Eby, easy_install 'Package Index "API"' documentation,
http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api
.. [2] Donald Stufft, automated analysis of PyPI project links,
@@ -441,7 +441,7 @@
Acknowledgments
===============
-Philip Eby for precise information and the basic ideas to implement
+Phillip Eby for precise information and the basic ideas to implement
the transition via server-side changes only.
Donald Stufft for pushing away from external hosting and offering to
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list