]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Minor grammar fix for capitalisation in session docs
authorDavid\ Beitey <david@davidjb.com>
Fri, 28 Aug 2015 03:57:54 +0000 (13:57 +1000)
committerDavid\ Beitey <david@davidjb.com>
Fri, 28 Aug 2015 03:57:54 +0000 (13:57 +1000)
doc/build/orm/session_transaction.rst

index bca3e944fe304aa3a0cefce9e19e2901a216f64a..bf33085d1d748b041356f6a2cd98c802cf1d7e3f 100644 (file)
@@ -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