diff options
Diffstat (limited to 'Lib/test/test_descrtut.py')
-rw-r--r-- | Lib/test/test_descrtut.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index b895d6d..58b7451 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -226,8 +226,7 @@ Instead, you can get the same information from the list type: 'pop', 'remove', 'reverse', - 'sort', - 'sorted'] + 'sort'] The new introspection API gives more information than the old one: in addition to the regular methods, it also shows the methods that are |