We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfed3d commit a67fd01Copy full SHA for a67fd01
Doc/tutorial/controlflow.rst
@@ -294,7 +294,8 @@ referenced.
294
The actual parameters (arguments) to a function call are introduced in the local
295
symbol table of the called function when it is called; thus, arguments are
296
passed using *call by value* (where the *value* is always an object *reference*,
297
-not the value of the object). [#]_ When a function calls another function, a new
+not the value of the object). [#]_ When a function calls another function,
298
+or calls itself recursively, a new
299
local symbol table is created for that call.
300
301
A function definition associates the function name with the function object in
0 commit comments