]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix closes Issue: 14217 - 3.2 branch
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 9 Mar 2012 04:56:52 +0000 (20:56 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 9 Mar 2012 04:56:52 +0000 (20:56 -0800)
Doc/tutorial/classes.rst

index 68c4e5d8868719585d07da03775c900dbe60d093..5ce366925816c74a8b4f802801b465940b6a37c7 100644 (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