Fix closes Issue: 14217 - 3.2 branch

This commit is contained in:
Senthil Kumaran 2012-03-08 20:56:52 -08:00
parent dae9f8334e
commit 065dedaf47

View file

@ -180,7 +180,10 @@ binding::
scope_test()
print("In global scope:", spam)
The output of the example code is::
The output of the example code is:
.. code-block:: none
After local assignment: test spam
After nonlocal assignment: nonlocal spam