File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ Optional dependencies
99
99
100
100
- `BeautifulSoup4 `_ and `html5lib `_ (Any recent version of `html5lib `_ is
101
101
okay.)
102
- - `BeautifulSoup4 `_ and `lxml `_
103
- - `BeautifulSoup4 `_ and `html5lib `_ and `lxml `_
102
+ - `BeautifulSoup4 `_ and `lxml `_
103
+ - `BeautifulSoup4 `_ and `html5lib `_ and `lxml `_
104
104
- Only `lxml `_, although see :ref: `HTML reading gotchas <html-gotchas >`
105
105
for reasons as to why you should probably **not ** take this approach.
106
106
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ def axes(self):
567
567
568
568
@property
569
569
def ix (self ):
570
- if self ._ix is None :
570
+ if self ._ix is None : # defined in indexing.py; pylint: disable=E0203
571
571
self ._ix = _SeriesIndexer (self , 'ix' )
572
572
573
573
return self ._ix
You can’t perform that action at this time.
0 commit comments