Skip to content

Commit c532043

Browse files
committed
Fixed comment.
1 parent 146aa42 commit c532043

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
@@ -3902,7 +3902,7 @@ def print_topics(self, header: str, cmds: Optional[List[str]], cmdlen: int, maxc
39023902

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

0 commit comments

Comments
 (0)