summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-05-31 05:08:04 (GMT)
committerGitHub <noreply@github.com>2017-05-31 05:08:04 (GMT)
commite49c5e92778cbd8f5b72da185eacd50b3a9896f7 (patch)
treea22a82d29e2edd820771e2d9ee6ec1f66768afdd /Doc/reference
parent60b257b01ca497d7a556e3f526704aa1b923d1ac (diff)
downloadcpython-e49c5e92778cbd8f5b72da185eacd50b3a9896f7.zip
cpython-e49c5e92778cbd8f5b72da185eacd50b3a9896f7.tar.gz
cpython-e49c5e92778cbd8f5b72da185eacd50b3a9896f7.tar.bz2
[3.6] Fix a trivial typo in global section (GH-1497) (GH-1880)
(cherry picked from commit f34c6850203a2406c4950af7a9c8a134145df4ea)
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/simple_stmts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index e1cec87..8786d73 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