There was an error while loading. Please reload this page.
1 parent dae9f83 commit 065dedaCopy full SHA for 065deda
1 file changed
Doc/tutorial/classes.rst
@@ -180,7 +180,10 @@ binding::
180
scope_test()
181
print("In global scope:", spam)
182
183
-The output of the example code is::
+The output of the example code is:
184
+
185
+.. code-block:: none
186
187
188
After local assignment: test spam
189
After nonlocal assignment: nonlocal spam
0 commit comments