diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-19 06:12:17 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-19 06:12:17 (GMT) |
commit | 8880f6d3c4010045dd4f9d72770f5df312536eff (patch) | |
tree | caf4937294d0f27743e8d6b54df3e46e15647313 /Lib/test/test_richcmp.py | |
parent | 1a8a53d16f3e753403cc97b33f7a9943b7078a23 (diff) | |
download | cpython-8880f6d3c4010045dd4f9d72770f5df312536eff.zip cpython-8880f6d3c4010045dd4f9d72770f5df312536eff.tar.gz cpython-8880f6d3c4010045dd4f9d72770f5df312536eff.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_richcmp.py')
-rw-r--r-- | Lib/test/test_richcmp.py | 2 |
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 |