diff options
author | Maxwell D. Dorliea <46686591+Maxcarrassco@users.noreply.github.com> | 2023-02-19 16:46:42 +0000 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2023-02-19 17:48:37 +0100 |
commit | eb8336e12500c2691b9e1f35d4527200b2085e27 (patch) | |
tree | 323f71308a96e8f58f1cc09fb7e8034323fd0da4 | |
parent | faa20b16590c1a0b10817d3828cf479a906aebda (diff) | |
download | sqlalchemy-eb8336e12500c2691b9e1f35d4527200b2085e27.tar.gz |
Fix grammatical error in intro.rst (#9316)
(cherry picked from commit 1fc1aafbc4bd5bc85289699c0de1d82cb6cbc2d3)
-rw-r--r-- | doc/build/intro.rst | 2 |
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. |