Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e2954e

Browse files
committed
Clarify that the function *definition* creates the function and the binding in the module globals.
1 parent 1d472b7 commit 5e2954e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tutorial/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,6 @@ modules found in a package.
550550
.. rubric:: Footnotes
551551

552552
.. [#] In fact function definitions are also 'statements' that are 'executed'; the
553-
execution of a module-level function enters the function name in the module's
554-
global symbol table.
553+
execution of a module-level function definition enters the function name in
554+
the module's global symbol table.
555555

0 commit comments

Comments
 (0)