Kaydet (Commit) d30e587e authored tarafından Jeremy Hylton's avatar Jeremy Hylton

unnecessary semicolon

üst 5b48c457
......@@ -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