From: Imad Saddik <79410781+ImadSaddik@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:52:24 +0000 (+0100) Subject: docs: fix grammar in reflection documentation X-Git-Tag: rel_2_1_0b1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1026e788cad26ee507bb79fa7b8b316c81166e2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs: fix grammar in reflection documentation --- 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.