mirror of https://github.com/python/cpython
Fix typo in example
This commit is contained in:
parent
9cd0036a2b
commit
b3304c129f
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue