Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe

This commit is contained in:
Senthil Kumaran 2012-03-08 20:54:34 -08:00
parent 40c9565bcc
commit 74d5657c80
1 changed files with 3 additions and 1 deletions

View File

@ -180,7 +180,9 @@ 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