[Python-checkins] peps: Fix PEP 395 name.
georg.brandl
python-checkins at python.org
Tue May 1 13:55:59 CEST 2012
http://hg.python.org/peps/rev/7a5d28c11698
changeset: 4336:7a5d28c11698
user: Georg Brandl <georg at python.org>
date: Tue May 01 13:56:30 2012 +0200
summary:
Fix PEP 395 name.
files:
pep-0395.txt | 2 +-
pep-0398.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pep-0395.txt b/pep-0395.txt
--- a/pep-0395.txt
+++ b/pep-0395.txt
@@ -1,5 +1,5 @@
PEP: 395
-Title: Qualifed Names for Modules
+Title: Qualified Names for Modules
Version: $Revision$
Last-Modified: $Date$
Author: Nick Coghlan <ncoghlan at gmail.com>
diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -81,7 +81,7 @@
Candidate PEPs:
* PEP 362: Function Signature Object
-* PEP 395: Module Aliasing
+* PEP 395: Qualified Names for Modules
* PEP 397: Python launcher for Windows
* PEP 402: Simplified Package Layout (likely a new PEP derived from it)
* PEP 405: Python Virtual Environments
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list