diff options
author | Frank Carnovale <frank.carnovale@gmail.com> | 2016-05-12 17:54:50 +0100 |
---|---|---|
committer | Frank Carnovale <frank.carnovale@gmail.com> | 2016-05-12 17:57:11 +0100 |
commit | fb289799f4595b70c2dfc8620a10967c981ff4b0 (patch) | |
tree | 1fc2d6c7cfb51a8c43a61368c669e8597c6f1c93 | |
parent | 1d81219aec83317208cc85333256499636b19cf8 (diff) | |
download | sqlalchemy-pr/273.tar.gz |
typo in glossary#release: s/proces/process/pr/273
-rw-r--r-- | doc/build/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 76b672b88..02cdd14a8 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 |