We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e536e commit 4fd6288Copy full SHA for 4fd6288
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