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

@ -10,4 +10,3 @@ age = 72
cur.execute("select name_last, age from people where name_last=:who and age=:age",
{"who": who, "age": age})
print cur.fetchone()