From: David\ Beitey Date: Fri, 28 Aug 2015 03:57:54 +0000 (+1000) Subject: Minor grammar fix for capitalisation in session docs X-Git-Tag: rel_1_0_9~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=320b28e332b5fbca7e0ef4f594cc68bdec568461;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Minor grammar fix for capitalisation in session docs (cherry picked from commit 3bd58fac7b607007cb42ab7e41d2e2d01fc390e2) --- 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