summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorJim Fasarakis-Hilliard <d.f.hilliard@gmail.com>2017-05-08 11:36:29 (GMT)
committerSenthil Kumaran <skumaran@gatech.edu>2017-05-08 11:36:29 (GMT)
commitf34c6850203a2406c4950af7a9c8a134145df4ea (patch)
tree95065eda931d945498393d78ba2a9d5eb2475a90 /Doc/reference
parent55ace65eba587fe3cf3759a43cccf85214651971 (diff)
downloadcpython-f34c6850203a2406c4950af7a9c8a134145df4ea.zip
cpython-f34c6850203a2406c4950af7a9c8a134145df4ea.tar.gz
cpython-f34c6850203a2406c4950af7a9c8a134145df4ea.tar.bz2
Fix a trivial typo in global section (#1497)
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 e152b16..63d0ea5 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