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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74d5657c804701e76e7d15178eb894bae751ea88;p=thirdparty%2FPython%2Fcpython.git 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 33171cd49e4a..b4f09c20ebb9 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