Skip to content

Commit 63f439b

Browse files
committed
DOC: inline docstrings for read_excel with additional formatting.
1 parent caff699 commit 63f439b

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
@@ -364,9 +364,9 @@ def read_excel(
364364
Use ``date_format`` instead, or read in as ``object`` and then apply
365365
:func:`to_datetime` as-needed.
366366
date_format : str or dict of column -> format, default ``None``
367-
If used in conjunction with ``parse_dates``, will parse dates according to this
368-
format. For anything more complex,
369-
please read in as ``object`` and then apply :func:`to_datetime` as-needed.
367+
If used in conjunction with ``parse_dates``, will parse dates according to this
368+
format. For anything more complex, please read in as ``object`` and then apply
369+
:func:`to_datetime` as-needed.
370370
371371
.. versionadded:: 2.0.0
372372
thousands : str, default None

0 commit comments

Comments
 (0)