mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe
This commit is contained in:
parent
40c9565bcc
commit
74d5657c80
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue