summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid\ Beitey <david@davidjb.com>2015-08-28 13:57:54 +1000
committerDavid\ Beitey <david@davidjb.com>2015-08-28 13:57:54 +1000
commit3bd58fac7b607007cb42ab7e41d2e2d01fc390e2 (patch)
tree4f457bd5d586691d1cd2478286a3b9a8416a16ff
parented535649d423020c816e66869016992df25e456e (diff)
downloadsqlalchemy-pr/197.tar.gz
Minor grammar fix for capitalisation in session docspr/197
-rw-r--r--doc/build/orm/session_transaction.rst2
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