]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
glossary: update the acronym definition (#8306)
authorbbben <70356237+bb-ben@users.noreply.github.com>
Sat, 30 Jul 2022 18:43:59 +0000 (02:43 +0800)
committerFederico Caselli <cfederico87@gmail.com>
Sat, 30 Jul 2022 18:44:47 +0000 (20:44 +0200)
* glossary: fix typo

* add 'Read' to the CRUD definition

(cherry picked from commit b86112fd85c7810424308d3864a67462fbc9288c)

doc/build/glossary.rst

index b7f39b6832a1f629cbe4092db7a652080995aab4..28456cd16cb7ec8d5f5ed238d32c90309a73f4aa 100644 (file)
@@ -314,8 +314,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::