From: Jim Fasarakis-Hilliard Date: Mon, 8 May 2017 11:36:29 +0000 (+0300) Subject: Fix a trivial typo in global section (#1497) X-Git-Tag: v3.7.0a1~847 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f34c6850203a2406c4950af7a9c8a134145df4ea;p=thirdparty%2FPython%2Fcpython.git Fix a trivial typo in global section (#1497) --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index e152b16ee32d..63d0ea5e776a 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -922,7 +922,7 @@ annotation. builtin: eval builtin: compile -**Programmer's note:** the :keyword:`global` is a directive to the parser. It +**Programmer's note:** :keyword:`global` is a directive to the parser. It applies only to code parsed at the same time as the :keyword:`global` statement. In particular, a :keyword:`global` statement contained in a string or code object supplied to the built-in :func:`exec` function does not affect the code