diff options
| author | hsmtkk <hsmtkk@gmail.com> | 2017-08-16 18:38:40 +0900 |
|---|---|---|
| committer | hsmtkk <hsmtkk@gmail.com> | 2017-08-16 18:38:40 +0900 |
| commit | 58fb83c45b2100f3cf9308c04eefb87e79202aac (patch) | |
| tree | a94d0926bdbf141aa38fd0012ea9eeec5a793bd6 /doc/build | |
| parent | eb8db2303b1677d49fc68a8ee299061e8cfc2b31 (diff) | |
| download | sqlalchemy-58fb83c45b2100f3cf9308c04eefb87e79202aac.tar.gz | |
fix a typo
Diffstat (limited to 'doc/build')
| -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 40f1ac788..595c2e8a8 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 |
