Remove newline in method that makes it possible to copy example to the interactive...
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 07:42:46 +0000 (09:42 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 07:42:46 +0000 (09:42 +0200)
Doc/tutorial/classes.rst

index 3283e547847c24dbdb7ff125fa2ca153fb6e49e6..291410a003151a9dd493e98090290f6c619b4a6e 100644 (file)
@@ -168,7 +168,6 @@ binding::
        def do_global():
            global spam
            spam = "global spam"
-
        spam = "test spam"
        do_local()
        print("After local assignment:", spam)