Skip to content

Commit b975191

Browse files
Fix Styler docstring (#60001)
* Fix Styler docstring * Remove blankspaces
1 parent f94860e commit b975191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/formats/style.py

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)