diff --git a/Lib/cmd.py b/Lib/cmd.py index f2894a94130..2b20f954eaa 100644 --- a/Lib/cmd.py +++ b/Lib/cmd.py @@ -177,7 +177,7 @@ class Cmd: def print_topics(self, header, cmds, cmdlen, maxcol): if cmds: - print header; + print header if self.ruler: print self.ruler * len(header) (cmds_per_line,junk)=divmod(maxcol,cmdlen)