]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo in sqlite3 docs
authorBenjamin Peterson <benjamin@python.org>
Wed, 26 Nov 2008 17:39:17 +0000 (17:39 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 26 Nov 2008 17:39:17 +0000 (17:39 +0000)
Doc/library/sqlite3.rst

index 6235f9ed3e6d0f60f91d01a57d6e453141477712..19b80abbe584fd6afc31cd747bb1cbe11316b1cf 100644 (file)
@@ -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.