From 0530cd22ceb65b2aec3dbc3d35cae693535a739d Mon Sep 17 00:00:00 2001 From: Roshni Biswas Date: Wed, 9 Oct 2019 23:50:52 -0400 Subject: [PATCH] pandas.io.formats.style.Styler.set_table_attributes: Parameter attributes type updated to str instead of string --- pandas/io/formats/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index 6bac3fe426f2d..6b98eaca9dacc 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -780,7 +780,7 @@ def set_table_attributes(self, attributes): Parameters ---------- - attributes : string + attributes : str Returns -------