Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_textwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def test_wrap_wide_char_no_column_overflow():
for line in lines:
display_width = wcwidth.wcswidth(line)
assert display_width <= width, (
f"Line {repr(line)} has display width {display_width} "
f"Line {line!r} has display width {display_width} "
f"which exceeds requested column width {width}"
)

Expand Down