projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84d473
)
Remove newline in method that makes it possible to copy example to the interactive...
author
Georg Brandl
<georg@python.org>
Sun, 6 Oct 2013 07:42:46 +0000
(09:42 +0200)
committer
Georg Brandl
<georg@python.org>
Sun, 6 Oct 2013 07:42:46 +0000
(09:42 +0200)
Doc/tutorial/classes.rst
patch
|
blob
|
history
diff --git
a/Doc/tutorial/classes.rst
b/Doc/tutorial/classes.rst
index 3283e547847c24dbdb7ff125fa2ca153fb6e49e6..291410a003151a9dd493e98090290f6c619b4a6e 100644
(file)
--- 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)