fix typo in sqlite3 docs

This commit is contained in:
Benjamin Peterson 2008-11-26 17:39:17 +00:00
parent 7fab0dcdd4
commit 78f98a4d7a

View 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.