Minor grammar fix for capitalisation in session docs

(cherry picked from commit 3bd58fac7b)
This commit is contained in:
David\ Beitey
2015-08-28 13:57:54 +10:00
committed by Mike Bayer
parent 55ec07c46c
commit 320b28e332
+1 -1
View 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