PEP 520: Remove duplicate word 'namespace' (#62)

This commit is contained in:
Berker Peksag 2016-07-27 19:49:51 +03:00 committed by ericsnowcurrently
parent a4d3fe061e
commit 229ee06573
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ is executed within a namespace. Currently that namespace defaults to
``dict``. If the metaclass defines ``__prepare__()`` then the result ``dict``. If the metaclass defines ``__prepare__()`` then the result
of calling it is used for the class definition namespace. of calling it is used for the class definition namespace.
After the execution completes, the definition namespace namespace is After the execution completes, the definition namespace is
copied into a new ``dict``. Then the original definition namespace is copied into a new ``dict``. Then the original definition namespace is
discarded. The new copy is stored away as the class's namespace and discarded. The new copy is stored away as the class's namespace and
is exposed as ``__dict__`` through a read-only proxy. is exposed as ``__dict__`` through a read-only proxy.