projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ace65
)
Fix a trivial typo in global section (#1497)
author
Jim Fasarakis-Hilliard
<d.f.hilliard@gmail.com>
Mon, 8 May 2017 11:36:29 +0000
(14:36 +0300)
committer
Senthil Kumaran
<skumaran@gatech.edu>
Mon, 8 May 2017 11:36:29 +0000
(
04:36
-0700)
Doc/reference/simple_stmts.rst
patch
|
blob
|
history
diff --git
a/Doc/reference/simple_stmts.rst
b/Doc/reference/simple_stmts.rst
index e152b16ee32d4feea8c1d52ee5498235f033c4eb..63d0ea5e776a8e8eeae9fd1acde793459e7bce78 100644
(file)
--- 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