Skip to content

Commit 1bd4746

Browse files
authored
Fix formatting typo in user_guide/style.ipynb (#44264)
1 parent 6f75d10 commit 1bd4746

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
@@ -1412,7 +1412,7 @@
14121412
"source": [
14131413
"## Limitations\n",
14141414
"\n",
1415-
"- DataFrame only `(use Series.to_frame().style)`\n",
1415+
"- DataFrame only (use `Series.to_frame().style`)\n",
14161416
"- The index and columns must be unique\n",
14171417
"- No large repr, and construction performance isn't great; although we have some [HTML optimizations](#Optimization)\n",
14181418
"- You can only style the *values*, not the index or columns (except with `table_styles` above)\n",

0 commit comments

Comments
 (0)