Update test to include "sorted" in dir(list).
This commit is contained in:
parent
0a9b9da0c3
commit
c40b7afee2
|
@ -225,7 +225,8 @@ Instead, you can get the same information from the list type:
|
|||
'pop',
|
||||
'remove',
|
||||
'reverse',
|
||||
'sort']
|
||||
'sort',
|
||||
'sorted']
|
||||
|
||||
The new introspection API gives more information than the old one: in
|
||||
addition to the regular methods, it also shows the methods that are
|
||||
|
|
Loading…
Reference in New Issue