Commit 4df138ab authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo in example

parent 22060d02
...@@ -17,7 +17,7 @@ cur.executescript(""" ...@@ -17,7 +17,7 @@ cur.executescript("""
insert into book(title, author, published) insert into book(title, author, published)
values ( values (
'Dirk Gently''s Holistic Detective Agency 'Dirk Gently''s Holistic Detective Agency',
'Douglas Adams', 'Douglas Adams',
1987 1987
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment