From: hsmtkk Date: Wed, 16 Aug 2017 09:38:40 +0000 (+0900) Subject: fix a typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd9416bd9c39442c7588705475001f9f07dba6f3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix a typo (cherry picked from commit 58fb83c45b2100f3cf9308c04eefb87e79202aac) --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 75eecb4f78..4b43c9d56b 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -514,7 +514,7 @@ Glossary http://en.wikipedia.org/wiki/Atomicity_(database_systems) consistency - Consistency is one of the compoments of the :term:`ACID` model, + Consistency is one of the components of the :term:`ACID` model, and ensures that any transaction will bring the database from one valid state to another. Any data written to the database must be valid according to all defined