From 51fae75f3432ca76388c2f3244682e9ccf37dcd7 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 8 Sep 2017 14:57:54 -0700 Subject: [PATCH] PEP 558: add missing word --- pep-0558.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0558.rst b/pep-0558.rst index ebf807e87..1dfaf7f41 100644 --- a/pep-0558.rst +++ b/pep-0558.rst @@ -215,7 +215,7 @@ are rather quirky due to historical implementation details: to the exact same dictionary * the two common calls to the reverse operation, ``PyFrame_LocalsToFast``, were removed in the migration to Python 3: ``exec`` is no longer a statement (and - hence can longer affect function local namespaces), and the compiler now + hence can no longer affect function local namespaces), and the compiler now disallows the use of ``from module import *`` operations at function scope * however, two obscure calling paths remain: ``PyFrame_LocalsToFast`` is called as part of returning from a trace function (which allows debuggers to make