]> 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)
committerFrank Carnovale <frank.carnovale@gmail.com>
Thu, 12 May 2016 16:57:11 +0000 (17:57 +0100)
doc/build/glossary.rst

index 76b672b8871346946ad11e337402da95450501c5..02cdd14a8ad9c1ba6bfbc148bb97132fc7d1bee3 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