Skip to content

Commit 26bbd4b

Browse files
DOC: Fix tooltips and captions label (#53411)
1 parent e8ee68e commit 26bbd4b

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
@@ -519,7 +519,7 @@
519519
"\n",
520520
"*New in version 1.2.0*\n",
521521
"\n",
522-
"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",
522+
"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",
523523
"\n",
524524
"[tdclass]: ../reference/api/pandas.io.formats.style.Styler.set_td_classes.rst\n",
525525
"[styler]: ../reference/api/pandas.io.formats.style.Styler.rst"

0 commit comments

Comments
 (0)