Skip to content

Commit ea98edc

Browse files
authored
DOC: typo in style.py
Missing space, disabled code formatting for "template_html"
1 parent 0f4222e commit ea98edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3786,7 +3786,7 @@ def from_custom_template(
37863786
Returns
37873787
-------
37883788
MyStyler : subclass of Styler
3789-
Has the correct ``env``,``template_html``, ``template_html_table`` and
3789+
Has the correct ``env``, ``template_html``, ``template_html_table`` and
37903790
``template_html_style`` class attributes set.
37913791
37923792
See Also

0 commit comments

Comments
 (0)