mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
merge with 3.3
This commit is contained in:
commit
015427e659
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue