summaryrefslogtreecommitdiff
path: root/Lib/test/test_richcmp.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-19 06:12:17 +0000
committerTim Peters <tim.peters@gmail.com>2001-01-19 06:12:17 +0000
commit8880f6d3c4010045dd4f9d72770f5df312536eff (patch)
treecaf4937294d0f27743e8d6b54df3e46e15647313 /Lib/test/test_richcmp.py
parent1a8a53d16f3e753403cc97b33f7a9943b7078a23 (diff)
downloadcpython-git-8880f6d3c4010045dd4f9d72770f5df312536eff.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_richcmp.py')
-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 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