Minor wording nit

This commit is contained in:
Nick Coghlan 2013-03-05 22:34:43 +10:00
parent fe1f501b5a
commit 76b6778d04
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ similar mechanism has long been supported by `Zope's ExtensionClass`_),
but the situation has changed sufficiently in recent years that
the idea is worth reconsidering.
However, the introduction of the metaclass ``__prepare__`` method in PEP
In addition, the introduction of the metaclass ``__prepare__`` method in PEP
3115 allows a further enhancement that was not possible in Python 2: this
PEP also proposes that ``type.__prepare__`` be updated to accept a factory
function as a ``namespace`` keyword-only argument. If present, the value