diff --git a/doc/source/reference/style.rst b/doc/source/reference/style.rst index 0d743b5fe8b8b..68efd3b000bbc 100644 --- a/doc/source/reference/style.rst +++ b/doc/source/reference/style.rst @@ -67,5 +67,6 @@ Style export and import Styler.render Styler.export Styler.use + Styler.to_html Styler.to_excel Styler.to_latex diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index 73924631aea5c..d6c151c3ed740 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -761,13 +761,13 @@ def to_html( ---------- buf : str, Path, or StringIO-like, optional, default None Buffer to write to. If ``None``, the output is returned as a string. - table_uuid: str, optional + table_uuid : str, optional Id attribute assigned to the