From d1026e788cad26ee507bb79fa7b8b316c81166e2 Mon Sep 17 00:00:00 2001 From: Imad Saddik <79410781+ImadSaddik@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:52:24 +0100 Subject: [PATCH] docs: fix grammar in reflection documentation --- doc/build/tutorial/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 7d6f5b3137..88ad92489f 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -599,7 +599,7 @@ that database. .. tip:: There is no requirement that reflection must be used in order to use SQLAlchemy with a pre-existing database. It is entirely typical that the SQLAlchemy application declares all metadata explicitly in Python, - such that its structure corresponds to that the existing database. + such that its structure corresponds to the existing database. The metadata structure also need not include tables, columns, or other constraints and constructs in the pre-existing database that are not needed for the local application to function. -- 2.47.3