]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 8 Jun 2006 11:56:44 +0000 (11:56 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 8 Jun 2006 11:56:44 +0000 (11:56 +0000)
Doc/lib/libsqlite3.tex

index 9545696da8b745941fe64676602ac688b174dd8c..db15c00016d4ed9261d63311246c7d976a585b74 100644 (file)
@@ -566,7 +566,7 @@ connections.
 
 If you want \strong{autocommit mode}, then set \member{isolation_level} to None.
 
-Otherwise leave it at it's default, which will result in a plain "BEGIN"
+Otherwise leave it at its default, which will result in a plain "BEGIN"
 statement, or set it to one of SQLite's supported isolation levels: DEFERRED,
 IMMEDIATE or EXCLUSIVE.