From: Frank Carnovale Date: Thu, 12 May 2016 16:54:50 +0000 (+0100) Subject: typo in glossary#release: s/proces/process/ X-Git-Tag: rel_1_1_0b1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb289799f4595b70c2dfc8620a10967c981ff4b0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo in glossary#release: s/proces/process/ --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 76b672b887..02cdd14a8a 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