Skip to content

Commit 7435451

Browse files
committed
Merge branch 'master' into 3.0.0
2 parents f0b1bb5 + c532043 commit 7435451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3565,7 +3565,7 @@ def print_topics(self, header: str, cmds: Optional[List[str]], cmdlen: int, maxc
35653565

35663566
def columnize(self, str_list: Optional[List[str]], display_width: int = 80) -> None:
35673567
"""Display a list of single-line strings as a compact set of columns.
3568-
Override of cmd's print_topics() to handle strings with ANSI style sequences and wide characters
3568+
Override of cmd's columnize() to handle strings with ANSI style sequences and wide characters
35693569
35703570
Each column is only as wide as necessary.
35713571
Columns are separated by two spaces (one was not legible enough).

0 commit comments

Comments
 (0)