You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the initial contents of a row are spaces (e.g. empty table header or
a string with leading whitespace) then the strip() call will remove it
and misalign the table. Use rstrip() so we only remove trailing
whitespace.
Signed-off-by: Stephen Brennan <[email protected]>
0 commit comments