Skip to content

Commit b0619e5

Browse files
committed
DOC: inline docstrings for read_excel with additional formatting.
1 parent 873a86b commit b0619e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/excel/_base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def read_excel(
346346
result 'foo'
347347
348348
If a column or index contains an unparsable date, the entire column or
349-
index will be returned unaltered as an object data type. If you dont want to
349+
index will be returned unaltered as an object data type. If you don`t want to
350350
parse some cells as date just change their type in Excel to "Text".
351351
For non-standard datetime parsing, use ``pd.to_datetime`` after
352352
``pd.read_excel``.
@@ -1556,8 +1556,8 @@ class ExcelFile:
15561556
details, and for more examples on storage options refer `here
15571557
<https://pandas.pydata.org/docs/user_guide/io.html?
15581558
highlight=storage_options#reading-writing-remote-files>`_.
1559-
engine_kwargs : dict, optional
1560-
Arbitrary keyword arguments passed to excel engine.
1559+
engine_kwargs : dict, optional
1560+
Arbitrary keyword arguments passed to excel engine.
15611561
15621562
See Also
15631563
--------

0 commit comments

Comments
 (0)