diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index 5be18d09396a8..9bf497af77855 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -3786,7 +3786,7 @@ def from_custom_template( Returns ------- MyStyler : subclass of Styler - Has the correct ``env``,``template_html``, ``template_html_table`` and + Has the correct ``env``, ``template_html``, ``template_html_table`` and ``template_html_style`` class attributes set. See Also