Skip to content

Commit eca6079

Browse files
roshni-bWillAyd
authored andcommitted
pandas.io.formats.style.Styler.set_table_attributes: Parameter attributes type updated to str instead of string (#28887)
1 parent 9a3e1ef commit eca6079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def set_table_attributes(self, attributes):
780780
781781
Parameters
782782
----------
783-
attributes : string
783+
attributes : str
784784
785785
Returns
786786
-------

0 commit comments

Comments
 (0)