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

unnecessary semicolon

parent 38ec7baf
...@@ -177,7 +177,7 @@ class Cmd: ...@@ -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)
......
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