[Python-checkins] peps: Fix the spelling of Nick's last name.

barry.warsaw python-checkins at python.org
Thu May 3 16:39:40 CEST 2012


http://hg.python.org/peps/rev/790237ffdf35
changeset:   4349:790237ffdf35
user:        Barry Warsaw <barry at python.org>
date:        Thu May 03 10:39:30 2012 -0400
summary:
  Fix the spelling of Nick's last name.

files:
  pep-0420.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0420.txt b/pep-0420.txt
--- a/pep-0420.txt
+++ b/pep-0420.txt
@@ -226,7 +226,7 @@
 imported as a namespace package, whereas in prior Python versions an
 ImportWarning would be raised.
 
-Nick Coglan presented a list of his objections to this proposal [3]_.
+Nick Coghlan presented a list of his objections to this proposal [3]_.
 They are:
 
   1. Implicit package directories go against the Zen of Python.
@@ -266,10 +266,10 @@
 .. [2] PyCon 2012 Namespace Package discussion outcome
        (http://mail.python.org/pipermail/import-sig/2012-March/000421.html)
 
-.. [3] Nick Coglan's objection to the lack of marker files or directories
+.. [3] Nick Coghlan's objection to the lack of marker files or directories
        (http://mail.python.org/pipermail/import-sig/2012-March/000423.html)
 
-.. [4] Nick Coglan's response to his initial objections
+.. [4] Nick Coghlan's response to his initial objections
        (http://mail.python.org/pipermail/import-sig/2012-April/000464.html)
 
 .. [5] Phillip Eby's question about auto-updating __path__

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


More information about the Python-checkins mailing list