diff options
-rw-r--r-- | doc/build/orm/session_transaction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/session_transaction.rst b/doc/build/orm/session_transaction.rst index bca3e944f..bf33085d1 100644 --- a/doc/build/orm/session_transaction.rst +++ b/doc/build/orm/session_transaction.rst @@ -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 |