Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-helmeleegy committed Oct 25, 2024
1 parent c74a602 commit f9a002e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5141,7 +5141,7 @@ def style():
--------
>>> df = pd.DataFrame({'A': [1, 2, 3]})
>>> df.style.to_string()
' A\n0 1\n1 2\n2 3\n'
' A\\n0 1\\n1 2\\n2 3\\n'
Please see `Table Visualization <https://pandas.pydata.org/docs/user_guide/style.html>`_ for more examples.
"""
Expand Down

0 comments on commit f9a002e

Please sign in to comment.