diff options
author | Georg Brandl <georg@python.org> | 2013-04-14 11:55:44 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-14 11:55:44 +0200 |
commit | 015427e6594ed21a6d11f9ee982d16fca9d16c04 (patch) | |
tree | f1475e08dab4077e0b883c03c12cd40ae69822b9 | |
parent | b979f1000248fc1079831c5a9d89178a78644d30 (diff) | |
parent | 5e2954e083987a78ee2d0de81b3d1a37cc445719 (diff) | |
download | cpython-git-015427e6594ed21a6d11f9ee982d16fca9d16c04.tar.gz |
merge with 3.3
-rw-r--r-- | Doc/tutorial/modules.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index 3a3283dc65..fbcbe52700 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. |