Whitespace normalization.

This commit is contained in:
Tim Peters 2006-05-03 04:46:14 +00:00
parent 3053667d09
commit 4511a713d5
8 changed files with 64 additions and 72 deletions

View file

@ -15,4 +15,3 @@ cur = con.cursor()
p = Point(4.0, -3.2)
cur.execute("select ?", (p,))
print cur.fetchone()[0]