mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Typo fix
This commit is contained in:
parent
fd01d7933b
commit
06c5c8a4d3
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ connections.
|
|||
|
||||
If you want \strong{autocommit mode}, then set \member{isolation_level} to None.
|
||||
|
||||
Otherwise leave it at it's default, which will result in a plain "BEGIN"
|
||||
Otherwise leave it at its default, which will result in a plain "BEGIN"
|
||||
statement, or set it to one of SQLite's supported isolation levels: DEFERRED,
|
||||
IMMEDIATE or EXCLUSIVE.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue