summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbben <70356237+bb-ben@users.noreply.github.com>2022-07-31 02:43:59 +0800
committerGitHub <noreply@github.com>2022-07-30 20:43:59 +0200
commitb86112fd85c7810424308d3864a67462fbc9288c (patch)
treea0d647eaac0a61de27da64bf6e4df4cb71d742af
parent7dfa644d0675c80901040ce992a0b2af086d17ec (diff)
downloadsqlalchemy-b86112fd85c7810424308d3864a67462fbc9288c.tar.gz
glossary: update the acronym definition (#8306)
* glossary: fix typo * add 'Read' to the CRUD definition
-rw-r--r--doc/build/glossary.rst4
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::