commit | b3304c129fac61350a49bdcce73bf1d36ed8d669 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Sep 08 14:06:42 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Sep 08 14:06:42 2006 +0000 |
tree | ea53af85d093b64c0db8a04053f93c2f86b0d7d7 | |
parent | 9cd0036a2bb4de6029f584b1ffa2406809feaf8b [diff] |
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 );