unnecessary semicolon

This commit is contained in:
Jeremy Hylton 2001-01-26 17:15:18 +00:00
parent 5b48c45736
commit d30e587e00
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Cmd:
def print_topics(self, header, cmds, cmdlen, maxcol): def print_topics(self, header, cmds, cmdlen, maxcol):
if cmds: if cmds:
print header; print header
if self.ruler: if self.ruler:
print self.ruler * len(header) print self.ruler * len(header)
(cmds_per_line,junk)=divmod(maxcol,cmdlen) (cmds_per_line,junk)=divmod(maxcol,cmdlen)