From: Senthil Kumaran Date: Fri, 9 Mar 2012 04:54:34 +0000 (-0800) Subject: Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang... X-Git-Tag: v3.3.0a2~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d5657c804701e76e7d15178eb894bae751ea88;p=python Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe --- diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst index 33171cd49e..b4f09c20eb 100644 --- a/Doc/tutorial/classes.rst +++ b/Doc/tutorial/classes.rst @@ -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