mirror of
https://github.com/python/cpython.git
synced 2025-09-18 22:50:26 +00:00
Fix typo in example
This commit is contained in:
parent
6d75567238
commit
af57f6065f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue