File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1887,7 +1887,7 @@ def collect_dunders(symbols):
18871887 '__contains__' ,
18881888 ]
18891889 for sd in sequence_dunders :
1890- dunders [sd ] = ('SEQUENCEMETHODS ' , 'SPECIALMETHODS' )
1890+ dunders [sd ] = ('sequence-types ' , 'SPECIALMETHODS' )
18911891
18921892 comparison_dunders = {
18931893 '__lt__' : '<' ,
@@ -2061,8 +2061,7 @@ class Helper:
20612061 'BASICMETHODS' : ('customization' , 'hash repr str SPECIALMETHODS' ),
20622062 'ATTRIBUTEMETHODS' : ('attribute-access' , 'ATTRIBUTES SPECIALMETHODS' ),
20632063 'CALLABLEMETHODS' : ('callable-types' , 'CALLS SPECIALMETHODS' ),
2064- 'SEQUENCEMETHODS' : ('sequence-types' , 'SEQUENCES SEQUENCEMETHODS '
2065- 'SPECIALMETHODS' ),
2064+ 'SEQUENCEMETHODS' : ('sequence-types' , 'SEQUENCES SPECIALMETHODS' ),
20662065 'MAPPINGMETHODS' : ('sequence-types' , 'MAPPINGS SPECIALMETHODS' ),
20672066 'NUMBERMETHODS' : ('numeric-types' , 'NUMBERS AUGMENTEDASSIGNMENT '
20682067 'SPECIALMETHODS' ),
You can’t perform that action at this time.
0 commit comments