Skip to content

Commit 089ce24

Browse files
committed
remove trailing comma
1 parent a213d9c commit 089ce24

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
@@ -463,7 +463,7 @@ def _verbose_repr(
463463
_put_str("-" * len_id, space_num)
464464
+ _put_str("-" * len_column, space)
465465
+ _put_str("-" * count_configs.len_count, count_configs.space_count)
466-
+ _put_str("-" * len_dtype, space_dtype,)
466+
+ _put_str("-" * len_dtype, space_dtype)
467467
)
468468

469469
_display_counts_and_dtypes(

0 commit comments

Comments
 (0)