]> granicus.if.org Git - python/commitdiff
Fix typo in example
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Sep 2006 14:06:42 +0000 (14:06 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 8 Sep 2006 14:06:42 +0000 (14:06 +0000)
Doc/lib/sqlite3/executescript.py

index 0795b47a34aedf8ef1a65b80339cb8eec53eae05..7e5358178d4c0a0476c65f359422790b9db3b03e 100644 (file)
@@ -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
     );