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):
222222 * ``level<k>`` where `k` is the level in a MultiIndex
223223
224224 * Column label cells include
225+
225226 * ``col_heading``
226227 * ``col<n>`` where `n` is the numeric position of the column
227228 * ``level<k>`` where `k` is the level in a MultiIndex
@@ -231,7 +232,7 @@ class Styler(StylerRenderer):
231232 * Trimmed cells include ``col_trim`` or ``row_trim``.
232233
233234 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
235236 *{"row": "MY_ROW_CLASS", "col_trim": "", "row_trim": ""}*.
236237
237238 Examples
You can’t perform that action at this time.
0 commit comments