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.
2 parents 53aa185 + e66b3f1 commit fc7fba0Copy full SHA for fc7fba0
docs/writing/style.rst
@@ -211,10 +211,6 @@ while privatising a public property might be a much harder operation.
211
Returning values
212
~~~~~~~~~~~~~~~~
213
214
-Python functions return a value, and you can control this return value with the
215
-return statement for all of them but the object constructor `__init__()` and the
216
-special case of generators.
217
-
218
When a function grows in complexity is not uncommon to use multiple return statements
219
inside the function's body. However, in order to keep a clear intent and a sustainable
220
readability level, it is preferable to avoid returning meaningful values from many
0 commit comments