Forward-port of r66447.

This commit is contained in:
Georg Brandl 2008-09-13 17:18:21 +00:00
parent d7b032841a
commit 5d955ed13e
4 changed files with 45 additions and 30 deletions

View file

@ -261,7 +261,7 @@ the class's namespace when the class object was created. So, if the class
definition looked like this::
class MyClass:
"A simple example class"
"""A simple example class"""
i = 12345
def f(self):
return 'hello world'