From a0ec296599183e7a82ee4c0f096d51ae858b6f98 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Oct 2013 09:42:46 +0200 Subject: Remove newline in method that makes it possible to copy example to the interactive interpreter. --- Doc/tutorial/classes.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst index 3283e54..291410a 100644 --- a/Doc/tutorial/classes.rst +++ b/Doc/tutorial/classes.rst @@ -168,7 +168,6 @@ binding:: def do_global(): global spam spam = "global spam" - spam = "test spam" do_local() print("After local assignment:", spam) -- cgit v0.12