[Python-checkins] r67398 - python/trunk/Doc/library/sqlite3.rst

benjamin.peterson python-checkins at python.org
Wed Nov 26 18:39:17 CET 2008


Author: benjamin.peterson
Date: Wed Nov 26 18:39:17 2008
New Revision: 67398

Log:
fix typo in sqlite3 docs

Modified:
   python/trunk/Doc/library/sqlite3.rst

Modified: python/trunk/Doc/library/sqlite3.rst
==============================================================================
--- python/trunk/Doc/library/sqlite3.rst	(original)
+++ python/trunk/Doc/library/sqlite3.rst	Wed Nov 26 18:39:17 2008
@@ -223,8 +223,8 @@
 
 .. 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.
 
 


More information about the Python-checkins mailing list