Commit 2e625171 authored by Jeremy Hylton's avatar Jeremy Hylton

unnecessary semicolon

parent 38ec7baf
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment