From: Andrew M. Kuchling Date: Thu, 8 Jun 2006 11:56:44 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5b1~198 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06c5c8a4d31b5b9c4846604c76028a926ebd1c21;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/lib/libsqlite3.tex b/Doc/lib/libsqlite3.tex index 9545696da8b7..db15c00016d4 100644 --- a/Doc/lib/libsqlite3.tex +++ b/Doc/lib/libsqlite3.tex @@ -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.