Fix typo in example

This commit is contained in:
Andrew M. Kuchling 2006-09-08 14:06:42 +00:00
parent 9cd0036a2b
commit b3304c129f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ cur.executescript("""
insert into book(title, author, published)
values (
'Dirk Gently''s Holistic Detective Agency
'Dirk Gently''s Holistic Detective Agency',
'Douglas Adams',
1987
);