From 1c8ee40b22132f877eb67d751a892a1f5b58cdff Mon Sep 17 00:00:00 2001 From: William Andrea Date: Mon, 1 Nov 2021 00:23:05 -0400 Subject: [PATCH] Fix formatting typo in user_guide/style.ipynb --- doc/source/user_guide/style.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/style.ipynb b/doc/source/user_guide/style.ipynb index 5fe619c749d42..3a991b5338c38 100644 --- a/doc/source/user_guide/style.ipynb +++ b/doc/source/user_guide/style.ipynb @@ -1412,7 +1412,7 @@ "source": [ "## Limitations\n", "\n", - "- DataFrame only `(use Series.to_frame().style)`\n", + "- DataFrame only (use `Series.to_frame().style`)\n", "- The index and columns must be unique\n", "- No large repr, and construction performance isn't great; although we have some [HTML optimizations](#Optimization)\n", "- You can only style the *values*, not the index or columns (except with `table_styles` above)\n",