]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
[doc] clarify ALTER language in batch docs
authorJames Lamb <jaylamb20@gmail.com>
Mon, 1 Mar 2021 23:02:09 +0000 (17:02 -0600)
committerJames Lamb <jaylamb20@gmail.com>
Mon, 1 Mar 2021 23:02:09 +0000 (17:02 -0600)
docs/build/batch.rst

index e9582c6d5b24ff7d426bbf6ef94a75427b487eff..43cbc70ec523c3551a54d0574ba953af061f6e34 100644 (file)
@@ -4,7 +4,7 @@ Running "Batch" Migrations for SQLite and Other Databases
 =========================================================
 
 The SQLite database presents a challenge to migration tools
-in that it has almost no support for the ALTER statement upon which
+in that it has almost no support for the ALTER statement
 relational schema migrations rely upon.  The rationale for this stems from
 philosophical and architectural concerns within SQLite, and they are unlikely
 to be changed.