Commit 78f98a4d authored by Benjamin Peterson's avatar Benjamin Peterson

fix typo in sqlite3 docs

parent 7fab0dcd
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment