Skip to content

Commit

Permalink
PEP 520: Remove duplicate word 'namespace' (python#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag authored and ericsnowcurrently committed Jul 27, 2016
1 parent a4d3fe0 commit 229ee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0520.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ is executed within a namespace. Currently that namespace defaults to
``dict``. If the metaclass defines ``__prepare__()`` then the result
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
discarded. The new copy is stored away as the class's namespace and
is exposed as ``__dict__`` through a read-only proxy.
Expand Down

0 comments on commit 229ee06

Please sign in to comment.