From 6515d8ffcf9e508b5d50bf1989851e549d696b3c Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Fri, 28 Aug 2015 13:57:54 +1000 Subject: [PATCH] Minor grammar fix for capitalisation in session docs (cherry picked from commit 3bd58fac7b607007cb42ab7e41d2e2d01fc390e2) --- doc/build/orm/session_transaction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/session_transaction.rst b/doc/build/orm/session_transaction.rst index e197eb715c..e27c151186 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 -- 2.47.3