mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
unnecessary semicolon
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user