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_2_0_5~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc1aafbc4bd5bc85289699c0de1d82cb6cbc2d3;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix grammatical error in intro.rst (#9316) --- diff --git a/doc/build/intro.rst b/doc/build/intro.rst index fbc2b37041..cac103ed83 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.