]> 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)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 18:43:59 +0000 (20:43 +0200)
* glossary: fix typo

* add 'Read' to the CRUD definition

doc/build/glossary.rst

index e9b27d4bd16ef8479f68dd0c5b81016abe80e798..a28b7448109295dd621b0f10bbc77c1744b17dde 100644 (file)
@@ -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::