From ad01ea88f92e73228af869070384a81aa476ab55 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Wed, 1 May 2019 21:55:28 -0500 Subject: [PATCH] Fixed a comment --- ctabus/internal/print2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctabus/internal/print2d.py b/ctabus/internal/print2d.py index 09af266..0b13e92 100644 --- a/ctabus/internal/print2d.py +++ b/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,