From: Tim Peters Date: Fri, 19 Jan 2001 06:12:17 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.1a1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8880f6d3c4010045dd4f9d72770f5df312536eff;p=python Whitespace normalization. --- diff --git a/Lib/test/test_richcmp.py b/Lib/test/test_richcmp.py index 184d6aee62..7884c7ece8 100644 --- a/Lib/test/test_richcmp.py +++ b/Lib/test/test_richcmp.py @@ -166,7 +166,7 @@ def tabulate(c1=Number, c2=Number): print '----------+-' * 4 print print '*' * 50 - + def misbehavin(): class Misb: def __lt__(self, other): return 0