summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_richcmp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_richcmp.py b/Lib/test/test_richcmp.py
index 184d6ae..7884c7e 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