]> 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)
committerhsmtkk <hsmtkk@gmail.com>
Wed, 16 Aug 2017 09:38:40 +0000 (18:38 +0900)
doc/build/glossary.rst

index 40f1ac788c0b5c314557f7d0884f07f5cb630adc..595c2e8a8d59ade397127c6a6a26fd609abde616 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