Skip to content

Commit e497e48

Browse files
committed
Fix deprecation warning location in doc string
1 parent e5b6093 commit e497e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/excel/_base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1552,12 +1552,12 @@ def parse(
15521552
"""
15531553
Parse specified sheet(s) into a DataFrame.
15541554
1555-
Equivalent to read_excel(ExcelFile, ...) See the read_excel
1556-
docstring for more info on accepted parameters.
1557-
15581555
.. deprecated:: 2.0.0
15591556
Arguments other than sheet_name by position may not work.
15601557
1558+
Equivalent to read_excel(ExcelFile, ...) See the read_excel
1559+
docstring for more info on accepted parameters.
1560+
15611561
Returns
15621562
-------
15631563
DataFrame or dict of DataFrames

0 commit comments

Comments
 (0)