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 c86d75a commit 017a40eCopy full SHA for 017a40e
Doc/faq/programming.rst
@@ -512,7 +512,7 @@ How do I write a function with output parameters (call by reference)?
512
513
Remember that arguments are passed by assignment in Python. Since assignment
514
just creates references to objects, there's no alias between an argument name in
515
-the caller and callee, and so no call-by-reference as such. You can achieve the
+the caller and callee, and consequently no call-by-reference. You can achieve the
516
desired effect in a number of ways.
517
518
1) By returning a tuple of the results::
0 commit comments