Skip to content

Commit 69b2ad6

Browse files
Minor styling fixes in io/excel/_base.py
1 parent d4eb433 commit 69b2ad6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/io/excel/_base.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
engine : str, default None
105105
If io is not a buffer or path, this must be set to identify io.
106106
Acceptable values are None, "xlrd", "openpyxl", "odf", or "pyxlsb".
107-
File compatibility:
107+
Engine compatibility:
108108
"xlrd" supports most old/new Excel file formats.
109109
"openpyxl" engine supports newer Excel file formats.
110110
"odf" engine supports OpenDocument file formats (.odf, .ods, .odt).
@@ -799,9 +799,8 @@ class ExcelFile:
799799
.xls, .xlsx, .xlsb, .xlsm, .odf, .ods, or .odt file.
800800
engine : str, default None
801801
If io is not a buffer or path, this must be set to identify io.
802-
Acceptable values are None, ``xlrd``, ``openpyxl``,
803-
``odf``, or ``pyxlsb``.
804-
File compatibility:
802+
Acceptable values are None, ``xlrd``, ``openpyxl``, ``odf``, or ``pyxlsb``.
803+
Engine compatibility:
805804
``xlrd`` supports most old/new Excel file formats.
806805
``openpyxl`` engine supports newer Excel file formats.
807806
``odf`` engine supports OpenDocument file formats (.odf, .ods, .odt).

0 commit comments

Comments
 (0)