mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-28 03:26:01 -04:00
Minor grammar fix for capitalisation in session docs
(cherry picked from commit 3bd58fac7b)
This commit is contained in:
committed by
Mike Bayer
parent
55ec07c46c
commit
320b28e332
+1
-1
@@ -277,7 +277,7 @@ transactions set the flag ``twophase=True`` on the session::
|
||||
Setting Transaction Isolation Levels
|
||||
------------------------------------
|
||||
|
||||
:term:`isolation` refers to the behavior of the transaction at the database
|
||||
:term:`Isolation` refers to the behavior of the transaction at the database
|
||||
level in relation to other transactions occurring concurrently. There
|
||||
are four well-known modes of isolation, and typically the Python DBAPI
|
||||
allows these to be set on a per-connection basis, either through explicit
|
||||
|
||||
Reference in New Issue
Block a user