Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cd45bd

Browse files
committed
Fix PEP name.
1 parent 1f67e80 commit 8cd45bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ tree.
122122
PEP written by Carl Meyer; implementation by Carl Meyer and Vinay Sajip
123123

124124

125-
PEP 420: Namespace Packages
126-
===========================
125+
PEP 420: Implicit Namespace Packages
126+
====================================
127127

128128
Native support for package directories that don't require ``__init__.py``
129129
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
132132

133133
.. seealso::
134134

135-
:pep:`420` - Namespace packages
135+
:pep:`420` - Implicit Namespace Packages
136136
PEP written by Eric V. Smith; implementation by Eric V. Smith
137137
and Barry Warsaw
138138

0 commit comments

Comments
 (0)