From: Maxwell D. Dorliea <46686591+Maxcarrassco@users.noreply.github.com> Date: Sun, 19 Feb 2023 16:46:42 +0000 (+0000) Subject: Fix grammatical error in intro.rst (#9316) X-Git-Tag: rel_1_4_47~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8336e12500c2691b9e1f35d4527200b2085e27;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix grammatical error in intro.rst (#9316) (cherry picked from commit 1fc1aafbc4bd5bc85289699c0de1d82cb6cbc2d3) --- diff --git a/doc/build/intro.rst b/doc/build/intro.rst index 2d8ac407de..02a546a86e 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.