[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Sun Apr 14 11:55:31 CEST 2013


http://hg.python.org/cpython/rev/8fe5a98647a0
changeset:   83352:8fe5a98647a0
parent:      83347:bf3e9258236e
parent:      83351:2dbdd0f1af74
user:        Georg Brandl <georg at python.org>
date:        Sun Apr 14 11:55:44 2013 +0200
summary:
  merge with 3.3

files:
  Doc/tutorial/modules.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -549,6 +549,6 @@
 .. 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list