Fix PEP 395 name.
This commit is contained in:
parent
182f13fc2e
commit
bab580cb29
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue