mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Forward-port of r66447.
This commit is contained in:
parent
d7b032841a
commit
5d955ed13e
4 changed files with 45 additions and 30 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue