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

This commit is contained in:
Georg Brandl 2013-10-06 09:42:46 +02:00
parent a84d473f02
commit a0ec296599

View File

@ -168,7 +168,6 @@ binding::
def do_global():
global spam
spam = "global spam"
spam = "test spam"
do_local()
print("After local assignment:", spam)