Skip to content

Commit 5fef979

Browse files
authored
DOC: copyedit _base.py (#61299)
No need to restate the library name
1 parent a393c31 commit 5fef979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/io/excel/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
)
9090
_read_excel_doc = (
9191
"""
92-
Read an Excel file into a ``pandas`` ``DataFrame``.
92+
Read an Excel file into a ``DataFrame``.
9393
9494
Supports `xls`, `xlsx`, `xlsm`, `xlsb`, `odf`, `ods` and `odt` file extensions
9595
read from a local filesystem or URL. Supports an option to read

0 commit comments

Comments
 (0)