Skip to content
Snippets Groups Projects
Commit 5e2954e0 authored by Georg Brandl's avatar Georg Brandl
Browse files

Clarify that the function *definition* creates the function and the binding in the module globals.

parent 1d472b74
No related branches found
No related tags found
No related merge requests found
......@@ -550,6 +550,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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment