We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e3a07 commit 2827bbfCopy full SHA for 2827bbf
advanced/functions.md
@@ -19,7 +19,7 @@ functions and how they are useful.
19
## Multiple return values
20
21
Function can take multiple arguments, but they can only return one
22
-value. But sometimes it makes sense to remove multiple values as well:
+value. But sometimes it makes sense to return multiple values as well:
23
24
```py
25
def login():
0 commit comments