Why does pad_edge=False allow for an extra character in cell? #3602
Unanswered
kmvanbrunt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm seeing unexpected behavior with the
pad_edge
Table setting.In the following code, setting
pad_edge
toFalse
allows for one extra character beyond the specifiedColumn
width.Output
Expected Output:
If I set
pad_edge
toTrue
, the expected truncation occurs.Output
Why does setting
pad_edge
toFalse
allow this extra character? Is this a bug or is it by design?All code was run using Rich 13.9.4.
Beta Was this translation helpful? Give feedback.
All reactions