diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-08 11:56:44 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-08 11:56:44 (GMT) |
commit | 06c5c8a4d31b5b9c4846604c76028a926ebd1c21 (patch) | |
tree | e4f2b93ea79abe07da7deb62d82e921819256ede /Doc | |
parent | fd01d7933bc3e9fd64d81961fbb7eabddcc82bc3 (diff) | |
download | cpython-06c5c8a4d31b5b9c4846604c76028a926ebd1c21.zip cpython-06c5c8a4d31b5b9c4846604c76028a926ebd1c21.tar.gz cpython-06c5c8a4d31b5b9c4846604c76028a926ebd1c21.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsqlite3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsqlite3.tex b/Doc/lib/libsqlite3.tex index 9545696..db15c00 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. |