From: Mariatta Date: Wed, 31 May 2017 05:08:04 +0000 (-0700) Subject: [3.6] Fix a trivial typo in global section (GH-1497) (GH-1880) X-Git-Tag: v3.6.2rc1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e49c5e92778cbd8f5b72da185eacd50b3a9896f7;p=python [3.6] Fix a trivial typo in global section (GH-1497) (GH-1880) (cherry picked from commit f34c6850203a2406c4950af7a9c8a134145df4ea) --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index e1cec8794c..8786d73f68 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -940,7 +940,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