File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ class Styler(StylerRenderer):
222
222
* ``level<k>`` where `k` is the level in a MultiIndex
223
223
224
224
* Column label cells include
225
+
225
226
* ``col_heading``
226
227
* ``col<n>`` where `n` is the numeric position of the column
227
228
* ``level<k>`` where `k` is the level in a MultiIndex
@@ -231,7 +232,7 @@ class Styler(StylerRenderer):
231
232
* Trimmed cells include ``col_trim`` or ``row_trim``.
232
233
233
234
Any, or all, or these classes can be renamed by using the ``css_class_names``
234
- argument in ``Styler.set_table_classes ``, giving a value such as
235
+ argument in ``Styler.set_table_styles ``, giving a value such as
235
236
*{"row": "MY_ROW_CLASS", "col_trim": "", "row_trim": ""}*.
236
237
237
238
Examples
You can’t perform that action at this time.
0 commit comments