mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
fix typo in sqlite3 docs
This commit is contained in:
parent
7fab0dcdd4
commit
78f98a4d7a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue