From 065dedaf474279e5c598ba23216887212e9fd29e Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Thu, 8 Mar 2012 20:56:52 -0800 Subject: Fix closes Issue: 14217 - 3.2 branch --- Doc/tutorial/classes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst index 68c4e5d..5ce3669 100644 --- a/Doc/tutorial/classes.rst +++ b/Doc/tutorial/classes.rst @@ -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 -- cgit v0.12