Skip to content

Commit 776f43a

Browse files
Backport PR #53411 on branch 2.0.x (DOC: Fix tooltips and captions label) (#53412)
Backport PR #53411: DOC: Fix tooltips and captions label Co-authored-by: Marc Garcia <[email protected]>
1 parent 8fc7924 commit 776f43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/style.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
"\n",
521521
"*New in version 1.2.0*\n",
522522
"\n",
523-
"The [.set_td_classes()][tdclass] method accepts a DataFrame with matching indices and columns to the underlying [Styler][styler]'s DataFrame. That DataFrame will contain strings as css-classes to add to individual data cells: the `<td>` elements of the `<table>`. Rather than use external CSS we will create our classes internally and add them to table style. We will save adding the borders until the [section on tooltips](#Tooltips).\n",
523+
"The [.set_td_classes()][tdclass] method accepts a DataFrame with matching indices and columns to the underlying [Styler][styler]'s DataFrame. That DataFrame will contain strings as css-classes to add to individual data cells: the `<td>` elements of the `<table>`. Rather than use external CSS we will create our classes internally and add them to table style. We will save adding the borders until the [section on tooltips](#Tooltips-and-Captions).\n",
524524
"\n",
525525
"[tdclass]: ../reference/api/pandas.io.formats.style.Styler.set_td_classes.rst\n",
526526
"[styler]: ../reference/api/pandas.io.formats.style.Styler.rst"

0 commit comments

Comments
 (0)