Add a missing "a"

This commit is contained in:
Brett Cannon 2016-06-28 14:35:22 -07:00 committed by GitHub
parent c6c695732a
commit f1493a21e5
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
of calling it is used for the class definition namespace.
After the execution completes, the definition namespace namespace is
copied into 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
is exposed as ``__dict__`` through a read-only proxy.