summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell D. Dorliea <46686591+Maxcarrassco@users.noreply.github.com>2023-02-19 16:46:42 +0000
committerFederico Caselli <cfederico87@gmail.com>2023-02-19 17:48:37 +0100
commiteb8336e12500c2691b9e1f35d4527200b2085e27 (patch)
tree323f71308a96e8f58f1cc09fb7e8034323fd0da4
parentfaa20b16590c1a0b10817d3828cf479a906aebda (diff)
downloadsqlalchemy-eb8336e12500c2691b9e1f35d4527200b2085e27.tar.gz
Fix grammatical error in intro.rst (#9316)
(cherry picked from commit 1fc1aafbc4bd5bc85289699c0de1d82cb6cbc2d3)
-rw-r--r--doc/build/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/intro.rst b/doc/build/intro.rst
index 2d8ac407d..02a546a86 100644
--- a/doc/build/intro.rst
+++ b/doc/build/intro.rst
@@ -22,7 +22,7 @@ Core contains the breadth of SQLAlchemy's SQL and database
integration and description services, the most prominent part of this
being the **SQL Expression Language**.
-The SQL Expression Language is a toolkit all its own, independent of the ORM
+The SQL Expression Language is a toolkit on its own, independent of the ORM
package, which provides a system of constructing SQL expressions represented by
composable objects, which can then be "executed" against a target database
within the scope of a specific transaction, returning a result set.