Skip to content

Commit 782bec3

Browse files
theandygrosswesm
authored andcommitted
closing tag of 'tbody' was 'body'
1 parent a415b05 commit 782bec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def _column_header():
184184
row.append(format_col(column, i))
185185
write_tr(buf, row, indent, indent_delta)
186186
indent -= indent_delta
187-
write(buf, '</body>', indent)
187+
write(buf, '</tbody>', indent)
188188
indent -= indent_delta
189189

190190
write(buf, '</table>', indent)

0 commit comments

Comments
 (0)