]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: fix grammar in reflection documentation 13084/head
authorImad Saddik <79410781+ImadSaddik@users.noreply.github.com>
Tue, 20 Jan 2026 20:52:24 +0000 (21:52 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Jan 2026 20:52:24 +0000 (21:52 +0100)
doc/build/tutorial/metadata.rst

index 7d6f5b31377ead487fb9536dd39fda7de3b61655..88ad92489f0f35079455f5fab05aeeefff82f758 100644 (file)
@@ -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.