mirror of https://github.com/python/cpython
Fix test_descrtut.
This commit is contained in:
parent
7a6de8b0f4
commit
12f8107f91
|
@ -208,6 +208,7 @@ Instead, you can get the same information from the list type:
|
|||
'__setattr__',
|
||||
'__setitem__',
|
||||
'__setslice__',
|
||||
'__sizeof__',
|
||||
'__str__',
|
||||
'__subclasshook__',
|
||||
'append',
|
||||
|
|
Loading…
Reference in New Issue