diff --git a/doc/source/user_guide/style.ipynb b/doc/source/user_guide/style.ipynb
index 79b04ef57d9cf..5c6435fdaac22 100644
--- a/doc/source/user_guide/style.ipynb
+++ b/doc/source/user_guide/style.ipynb
@@ -519,7 +519,7 @@
"\n",
"*New in version 1.2.0*\n",
"\n",
- "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 `
` elements of the ``. 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",
+ "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 `` elements of the ``. 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",
"\n",
"[tdclass]: ../reference/api/pandas.io.formats.style.Styler.set_td_classes.rst\n",
"[styler]: ../reference/api/pandas.io.formats.style.Styler.rst"
| |