Fix typo
This commit is contained in:
parent
1442db1451
commit
5b4dfb7413
|
|
@ -21,7 +21,7 @@ def read_ods(file_or_path, sheet=1, headers=True, columns=None):
|
|||
sheet : int or str, default 1
|
||||
If `int`, the 1 based index of the sheet to be read. If `str`, the
|
||||
name of the sheet to be read.
|
||||
header : bool, default True
|
||||
headers : bool, default True
|
||||
If `True`, then the first row is treated as the list of column names.
|
||||
columns : list, default None, optional
|
||||
A list of column names to be used as headers.
|
||||
|
|
|
|||
Loading…
Reference in New Issue