Commit a0ec2965 authored by Georg Brandl's avatar Georg Brandl

Remove newline in method that makes it possible to copy example to the interactive interpreter.

parent a84d473f
......@@ -168,7 +168,6 @@ binding::
def do_global():
global spam
spam = "global spam"
spam = "test spam"
do_local()
print("After local assignment:", spam)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment