summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-08 11:56:44 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-08 11:56:44 (GMT)
commit06c5c8a4d31b5b9c4846604c76028a926ebd1c21 (patch)
treee4f2b93ea79abe07da7deb62d82e921819256ede /Doc
parentfd01d7933bc3e9fd64d81961fbb7eabddcc82bc3 (diff)
downloadcpython-06c5c8a4d31b5b9c4846604c76028a926ebd1c21.zip
cpython-06c5c8a4d31b5b9c4846604c76028a926ebd1c21.tar.gz
cpython-06c5c8a4d31b5b9c4846604c76028a926ebd1c21.tar.bz2
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsqlite3.tex2
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.