Fix PEP 395 name.

This commit is contained in:
Georg Brandl 2012-05-01 13:56:30 +02:00
parent 182f13fc2e
commit bab580cb29
2 changed files with 2 additions and 2 deletions

View File

@ -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@gmail.com>

View File

@ -81,7 +81,7 @@ Other final large-scale changes:
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