From f1493a21e591a88fb0a6d478effadedbf579a30d Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 28 Jun 2016 14:35:22 -0700 Subject: [PATCH] Add a missing "a" --- pep-0520.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0520.txt b/pep-0520.txt index 7fe42ffc0..a05654b0b 100644 --- a/pep-0520.txt +++ b/pep-0520.txt @@ -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.