Skip to content

Commit 19ec8ba

Browse files
committed
Merge branch 'CLN-29547-Replace-old-string-formatting' of https://github.com/3vts/pandas into CLN-29547-Replace-old-string-formatting
2 parents dcb382b + f7a391e commit 19ec8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/html.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _write_cell(
155155
end_a = ""
156156

157157
self.write(
158-
f"{start_tag}{rs}{end_a}</{kind}>", indent,
158+
f"{start_tag}{rs}{end_a}</{kind}>", indent
159159
)
160160

161161
def write_tr(

0 commit comments

Comments
 (0)