8000
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 73e34b6 commit e0692f1Copy full SHA for e0692f1
Doc/reference/expressions.rst
@@ -1156,7 +1156,8 @@ a user-defined function:
1156
first thing the code block will do is bind the formal parameters to the
1157
arguments; this is described in section :ref:`function`. When the code block
1158
executes a :keyword:`return` statement, this specifies the return value of the
1159
- function call.
+ function call. If execution reaches the end of the code block without
1160
+ executing a :keyword:`return` statement, the return value is ``None``.
1161
1162
a built-in function or method:
1163
.. index::
0 commit comments