From: Sjoerd Mullender Date: Fri, 9 Feb 2001 16:34:24 +0000 (+0000) Subject: Fixed syntax error. X-Git-Tag: v2.1b1~437 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62f1a23ade8d9cddc064026cb4b95131f66de2ef;p=python Fixed syntax error. --- diff --git a/Lib/lib-old/grep.py b/Lib/lib-old/grep.py index 6f66081e0c..bdefbe6c34 100644 --- a/Lib/lib-old/grep.py +++ b/Lib/lib-old/grep.py @@ -58,7 +58,7 @@ def pgrep(pat, *files): def showline(filename, lineno, line, prog): if line[-1:] == '\n': line = line[:-1] if opt_show_lineno: - prefix = `lineno`.rjust(, 3) + ': ' + prefix = `lineno`.rjust(3) + ': ' else: prefix = '' if opt_show_filename: