From ea98edc488ab4725b7b39850962fabe4c72e4e2e Mon Sep 17 00:00:00 2001 From: William Andrea <22385371+wjandrea@users.noreply.github.com> Date: Thu, 25 Sep 2025 11:53:38 -0300 Subject: [PATCH] DOC: typo in style.py Missing space, disabled code formatting for "template_html" --- 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 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