]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix PEP name.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 21 Oct 2012 04:36:58 +0000 (07:36 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 21 Oct 2012 04:36:58 +0000 (07:36 +0300)
Doc/whatsnew/3.3.rst

index 7c9ef24d2811d62dbade7c1c577cb8b31540e3de..bba24158c869e04674e4664fe91bb222df9cd5c5 100644 (file)
@@ -122,8 +122,8 @@ tree.
        PEP written by Carl Meyer; implementation by Carl Meyer and Vinay Sajip
 
 
-PEP 420: Namespace Packages
-===========================
+PEP 420: Implicit Namespace Packages
+====================================
 
 Native support for package directories that don't require ``__init__.py``
 marker files and can automatically span multiple path segments (inspired by
@@ -132,7 +132,7 @@ various third party approaches to namespace packages, as described in
 
 .. seealso::
 
-   :pep:`420` - Namespace packages
+   :pep:`420` - Implicit Namespace Packages
       PEP written by Eric V. Smith; implementation by Eric V. Smith
       and Barry Warsaw