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_1_4_40~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02c83a42d760975dc7d41158377290f2db281e75;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git glossary: update the acronym definition (#8306) * glossary: fix typo * add 'Read' to the CRUD definition (cherry picked from commit b86112fd85c7810424308d3864a67462fbc9288c) --- diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst index b7f39b6832..28456cd16c 100644 --- a/doc/build/glossary.rst +++ b/doc/build/glossary.rst @@ -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::