From 1fc1aafbc4bd5bc85289699c0de1d82cb6cbc2d3 Mon Sep 17 00:00:00 2001 From: "Maxwell D. Dorliea" <46686591+Maxcarrassco@users.noreply.github.com> Date: Sun, 19 Feb 2023 16:46:42 +0000 Subject: [PATCH] Fix grammatical error in intro.rst (#9316) --- doc/build/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2