Skip to content

Commit 5cfbd77

Browse files
committed
Update global_&_return.rst
Syntax error line 39.
1 parent ddb33c5 commit 5cfbd77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

global_&_return.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case is ``result``. In most cases and you won't need to use the
3636
which includes the ``global`` keyword. So what that function is doing is
3737
that it is making a global variable ``result``. What does global mean
3838
here? Global variable means that we can access that variable outside the
39-
scope of the function as well. Let me demonstrate it with an example :
39+
scope of the function as well. Let me demonstrate it with an example:
4040

4141
.. code:: python
4242

0 commit comments

Comments
 (0)