Skip to content

Commit 39cfecf

Browse files
committed
typo
1 parent d5c60ab commit 39cfecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/compat/_optional.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lxml.etree": "3.8.0",
1414
"matplotlib": "2.2.2",
1515
"numexpr": "2.6.2",
16-
"odfpy", "1.3.0",
16+
"odfpy": "1.3.0",
1717
"openpyxl": "2.4.8",
1818
"pandas_gbq": "0.8.0",
1919
"pyarrow": "0.9.0",

pandas/io/excel/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ class ExcelFile:
768768
Acceptable values are None or ``xlrd``.
769769
"""
770770

771-
from pandas.io.excel._odfreader import ODFReader
771+
from pandas.io.excel._odfreader import _ODFReader
772772
from pandas.io.excel._openpyxl import _OpenpyxlReader
773773
from pandas.io.excel._xlrd import _XlrdReader
774774

0 commit comments

Comments
 (0)