Kaydet (Commit) b3304c12 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo in example

üst 9cd0036a
...@@ -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