From d30e587e00d0c01c87bfbbdb5c694131ffd0ea70 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 26 Jan 2001 17:15:18 +0000 Subject: unnecessary semicolon --- Lib/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/cmd.py b/Lib/cmd.py index f2894a9..2b20f95 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) -- cgit v0.12