]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo in glossary#release: s/proces/process/
authorFrank Carnovale <frank.carnovale@gmail.com>
Thu, 12 May 2016 16:54:50 +0000 (17:54 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 May 2016 18:21:42 +0000 (14:21 -0400)
(cherry picked from commit fb289799f4595b70c2dfc8620a10967c981ff4b0)

doc/build/glossary.rst

index f7c6d881f66010465982d31fde92df7246118d36..75eecb4f78a440fc77a776311187c03154001aa7 100644 (file)
@@ -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