From: bbben <70356237+bb-ben@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:43:59 +0000 (+0800) Subject: glossary: update the acronym definition (#8306) X-Git-Tag: rel_2_0_0b1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86112fd85c7810424308d3864a67462fbc9288c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git glossary: update the acronym definition (#8306) * glossary: fix typo * add 'Read' to the CRUD definition --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index e9b27d4bd1..a28b744810 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::