diff options
author | bbben <70356237+bb-ben@users.noreply.github.com> | 2022-07-31 02:43:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-30 20:43:59 +0200 |
commit | b86112fd85c7810424308d3864a67462fbc9288c (patch) | |
tree | a0d647eaac0a61de27da64bf6e4df4cb71d742af | |
parent | 7dfa644d0675c80901040ce992a0b2af086d17ec (diff) | |
download | sqlalchemy-b86112fd85c7810424308d3864a67462fbc9288c.tar.gz |
glossary: update the acronym definition (#8306)
* glossary: fix typo
* add 'Read' to the CRUD definition
-rw-r--r-- | doc/build/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index e9b27d4bd..a28b74481 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -320,8 +320,8 @@ Glossary An acronym for **Data Manipulation Language**. DML is the subset of SQL that relational databases use to *modify* the data in tables. DML typically refers to the three widely familiar statements of INSERT, - UPDATE and DELETE, otherwise known as :term:`CRUD` (acronym for "CReate, - Update, Delete"). + UPDATE and DELETE, otherwise known as :term:`CRUD` (acronym for "Create, + Read, Update, Delete"). .. seealso:: |