Browse Source

Fixed a comment

atexit
Raphael Roberts 7 years ago
parent
commit
ad01ea88f9
  1. 2
      ctabus/internal/print2d.py

2
ctabus/internal/print2d.py

@ -59,7 +59,7 @@ def fix_iteration(table: AsciiTable, max_width):
sorted_sizes = sorted(
range(col_length), key=lambda i: sizes[i], reverse=True)
workon = sorted_sizes[0]
# either do the maximum possible size or the average size, which ever is larger. The other rows will accommodate.
# either do the maximum possible size or the average size, whichever is larger. The other columns will accommodate.
wrap_to = max(
(
average_size,

Loading…
Cancel
Save