We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94860e commit b975191Copy full SHA for b975191
pandas/io/formats/style.py
@@ -222,6 +222,7 @@ class Styler(StylerRenderer):
222
* ``level<k>`` where `k` is the level in a MultiIndex
223
224
* Column label cells include
225
+
226
* ``col_heading``
227
* ``col<n>`` where `n` is the numeric position of the column
228
@@ -231,7 +232,7 @@ class Styler(StylerRenderer):
231
232
* Trimmed cells include ``col_trim`` or ``row_trim``.
233
234
Any, or all, or these classes can be renamed by using the ``css_class_names``
- argument in ``Styler.set_table_classes``, giving a value such as
235
+ argument in ``Styler.set_table_styles``, giving a value such as
236
*{"row": "MY_ROW_CLASS", "col_trim": "", "row_trim": ""}*.
237
238
Examples
0 commit comments