Skip to content

Commit caff699

Browse files
committed
DOC: inline docstrings for read_excel with proper formatting.
1 parent 50843bc commit caff699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/excel/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def read_excel(
282282
When ``engine=None``, the following logic will be used to determine the engine:
283283
284284
- If ``path_or_buffer`` is an OpenDocument format (.odf, .ods, .odt),
285-
then `odf <https://pypi.org/project/odfpy/>`_ will be used.
285+
then `odf <https://pypi.org/project/odfpy/>`_ will be used.
286286
- Otherwise if ``path_or_buffer`` is an xls format, ``xlrd`` will be used.
287287
- Otherwise if ``path_or_buffer`` is in xlsb format, ``pyxlsb`` will be used.
288288
- Otherwise ``openpyxl`` will be used.
@@ -368,7 +368,7 @@ def read_excel(
368368
format. For anything more complex,
369369
please read in as ``object`` and then apply :func:`to_datetime` as-needed.
370370
371-
.. versionadded:: 2.0.0
371+
.. versionadded:: 2.0.0
372372
thousands : str, default None
373373
Thousands separator for parsing string columns to numeric. Note that
374374
this parameter is only necessary for columns stored as TEXT in Excel,

0 commit comments

Comments
 (0)