Skip to content

Commit 9eb2ad0

Browse files
author
Chang She
committed
DOC: remove non-existent parameter from ExcelFile docstring #2613
1 parent 0cdc89e commit 9eb2ad0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/io/parsers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,8 +1789,7 @@ class ExcelFile(object):
17891789
Parameters
17901790
----------
17911791
path : string or file-like object
1792-
Path to xls file
1793-
kind : {'xls', 'xlsx', None}, default None
1792+
Path to xls or xlsx file
17941793
"""
17951794
def __init__(self, path_or_buf):
17961795
self.use_xlsx = True

0 commit comments

Comments
 (0)