summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-14 09:55:44 (GMT)
committerGeorg Brandl <georg@python.org>2013-04-14 09:55:44 (GMT)
commit015427e6594ed21a6d11f9ee982d16fca9d16c04 (patch)
treef1475e08dab4077e0b883c03c12cd40ae69822b9 /Doc
parentb979f1000248fc1079831c5a9d89178a78644d30 (diff)
parent5e2954e083987a78ee2d0de81b3d1a37cc445719 (diff)
downloadcpython-015427e6594ed21a6d11f9ee982d16fca9d16c04.zip
cpython-015427e6594ed21a6d11f9ee982d16fca9d16c04.tar.gz
cpython-015427e6594ed21a6d11f9ee982d16fca9d16c04.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tutorial/modules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index 3a3283d..fbcbe52 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -549,6 +549,6 @@ modules found in a package.
.. rubric:: Footnotes
.. [#] In fact function definitions are also 'statements' that are 'executed'; the
- execution of a module-level function enters the function name in the module's
- global symbol table.
+ execution of a module-level function definition enters the function name in
+ the module's global symbol table.