Skip to content

Commit f7a391e

Browse files
Update pandas/io/formats/html.py
Co-Authored-By: Simon Hawkins <[email protected]>
1 parent c4de838 commit f7a391e

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)