commit | 065dedaf474279e5c598ba23216887212e9fd29e | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Mar 08 20:56:52 2012 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Mar 08 20:56:52 2012 -0800 |
tree | 887b7a749c9a82cb680ff60d9164ca5a480e2e01 | |
parent | dae9f8334ec1b537b9f54659d08e6acb14d13aad [diff] |
Fix closes Issue: 14217 - 3.2 branch
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 @@ 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