From: Benjamin Peterson Date: Wed, 26 Nov 2008 17:39:17 +0000 (+0000) Subject: fix typo in sqlite3 docs X-Git-Tag: v2.7a1~2619 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f98a4d7a436688792b2224d8e105b1a150b0a5;p=thirdparty%2FPython%2Fcpython.git fix typo in sqlite3 docs --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 6235f9ed3e6d..19b80abbe584 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -223,8 +223,8 @@ Connection Objects .. attribute:: Connection.isolation_level - Get or set the current isolation level. :const:`None` for autocommit mode or one of - "DEFERRED", "IMMEDIATE" or "EXLUSIVE". See section + Get or set the current isolation level. :const:`None` for autocommit mode or + one of "DEFERRED", "IMMEDIATE" or "EXCLUSIVE". See section :ref:`sqlite3-controlling-transactions` for a more detailed explanation.