From: hsmtkk Date: Wed, 16 Aug 2017 09:38:40 +0000 (+0900) Subject: fix a typo X-Git-Tag: origin~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58fb83c45b2100f3cf9308c04eefb87e79202aac;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix a typo --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index 40f1ac788c..595c2e8a8d 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