Skip to content

Commit e3debb6

Browse files
committed
Fix typo
1 parent d1685ed commit e3debb6

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)