Skip to content

Commit 3591b11

Browse files
committed
more more false
1 parent b70e14e commit 3591b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def _get_gross_column_widths(self) -> Sequence[int]:
869869
return [
870870
max(*widths)
871871
for widths in zip(
872-
self.header_column_widths, body_column_widths, strict=True
872+
self.header_column_widths, body_column_widths, strict=False
873873
)
874874
]
875875

0 commit comments

Comments
 (0)