Whitespace normalization.

This commit is contained in:
Tim Peters 2001-01-19 06:12:17 +00:00
parent 1a8a53d16f
commit 8880f6d3c4

View file

@ -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