This commit is contained in:
Barry Warsaw 2012-05-15 21:43:40 -04:00
parent 27c2038348
commit 5998c3c5db
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ differences are:
Namespace packages in the standard library
------------------------------------------
It is possible, and this PEP explicitely allows, that parts of the
It is possible, and this PEP explicitly allows, that parts of the
standard library be implemented as namespace packages. When and if
any standard library packages become namespace packages is outside the
scope of this PEP.
@ -291,7 +291,7 @@ They are:
layouts.
4. Implicit package directories will permanently entrench current
newbie-hostile behaviour in ``__main__``.
newbie-hostile behavior in ``__main__``.
Nick gave a detailed response [5]_, which is summarized here: