Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 024a162

Browse files
committedFeb 15, 2024
Fixing syntax error.
1 parent 86662c4 commit 024a162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3914,7 +3914,7 @@ The look and feel of Excel worksheets created from pandas can be modified using
39143914
will not contain any styling. Users wishing to bold text, add bordered styles,
39153915
etc in a worksheet output by ``to_excel`` can do so by using :meth:`Styler.to_excel`
39163916
to create styled excel files. For documentation on styling spreadsheets, see
3917-
`here <https://pandas.pydata.org/docs/user_guide/style.html#Export-to-Excel>`__.
3917+
`here <https://pandas.pydata.org/docs/user_guide/style.html#Export-to-Excel>`__.
39183918

39193919

39203920
.. code-block:: python

0 commit comments

Comments
 (0)
Please sign in to comment.