commit | af57f6065f2131dad699667c11fdc9520a84986b | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Sep 08 14:05:10 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Sep 08 14:05:10 2006 +0000 |
tree | 114b55bddd6db7ec6e969d24ca945b1e54684c20 | |
parent | 6d75567238fe441a88a5dde9c61f489058b6c1ee [diff] [blame] |
Fix typo in example
diff --git a/Doc/lib/sqlite3/executescript.py b/Doc/lib/sqlite3/executescript.py index 0795b47..7e53581 100644 --- a/Doc/lib/sqlite3/executescript.py +++ b/Doc/lib/sqlite3/executescript.py
@@ -17,7 +17,7 @@ insert into book(title, author, published) values ( - 'Dirk Gently''s Holistic Detective Agency + 'Dirk Gently''s Holistic Detective Agency', 'Douglas Adams', 1987 );