Skip to content

Commit aac03ea

Browse files
committed
Merge pull request yasoob#100 from Fuchida/patch-1
Fix typo for 8.1. Multiple return values
2 parents d1685ed + e3debb6 commit aac03ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global_&_return.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ So what if you want to return two variables from a function instead of one? Ther
9494
9595
**Note:**Don't try to use the above mentioned method. I repeat, don't try to use the above mentioned method!
9696
97-
Some try to solve this problem by *returning* a ``tuple``, ``list`` or ``dict`` with the reqired values after the function terminates. It is one way to do it and works like a charm:
97+
Some try to solve this problem by *returning* a ``tuple``, ``list`` or ``dict`` with the required values after the function terminates. It is one way to do it and works like a charm:
9898

9999
.. code:: python
100100

0 commit comments

Comments
 (0)