Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d30e587

Browse files
committed
unnecessary semicolon
1 parent 5b48c45 commit d30e587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def do_help(self, arg):
177177

178178
def print_topics(self, header, cmds, cmdlen, maxcol):
179179
if cmds:
180-
print header;
180+
print header
181181
if self.ruler:
182182
print self.ruler * len(header)
183183
(cmds_per_line,junk)=divmod(maxcol,cmdlen)

0 commit comments

Comments
 (0)