summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Carnovale <frank.carnovale@gmail.com>2016-05-12 17:54:50 +0100
committerMike Bayer <mike_mp@zzzcomputing.com>2016-05-12 14:21:42 -0400
commitf800daf387fbf92911c00cdfa8f59c79c545d4c6 (patch)
treedb12327e9d079cbb5a2f5a47ad9b2e1552d10db8
parentb4f8b6f0e99db285e5f70ddd052554798a338c72 (diff)
downloadsqlalchemy-f800daf387fbf92911c00cdfa8f59c79c545d4c6.tar.gz
typo in glossary#release: s/proces/process/
(cherry picked from commit fb289799f4595b70c2dfc8620a10967c981ff4b0)
-rw-r--r--doc/build/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst
index f7c6d881f..75eecb4f7 100644
--- a/doc/build/glossary.rst
+++ b/doc/build/glossary.rst
@@ -246,7 +246,7 @@ Glossary
transactional resources", to indicate more explicitly that
what we are actually "releasing" is any transactional
state which as accumulated upon the connection. In most
- situations, the proces of selecting from tables, emitting
+ situations, the process of selecting from tables, emitting
updates, etc. acquires :term:`isolated` state upon
that connection as well as potential row or table locks.
This state is all local to a particular transaction