]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix a typo
authorhsmtkk <hsmtkk@gmail.com>
Wed, 16 Aug 2017 09:38:40 +0000 (18:38 +0900)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Aug 2017 20:28:35 +0000 (16:28 -0400)
(cherry picked from commit 58fb83c45b2100f3cf9308c04eefb87e79202aac)

doc/build/glossary.rst

index 75eecb4f78a440fc77a776311187c03154001aa7..4b43c9d56b6cc122b3ee888e9e0b7367ec930006 100644 (file)
@@ -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