]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix grammatical error in intro.rst (#9316)
authorMaxwell D. Dorliea <46686591+Maxcarrassco@users.noreply.github.com>
Sun, 19 Feb 2023 16:46:42 +0000 (16:46 +0000)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 19 Feb 2023 16:48:37 +0000 (17:48 +0100)
(cherry picked from commit 1fc1aafbc4bd5bc85289699c0de1d82cb6cbc2d3)

doc/build/intro.rst

index 2d8ac407dea96ea0cf205df4c40cabe0f17d7e48..02a546a86e1837acf1af37182bd6c8e5cd6072d5 100644 (file)
@@ -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.