]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
fixed typo on "Auto generating migrations" page, Fixes: #1574 (#1575)
authorJohn Higgins <76265228+johnmatthiggins@users.noreply.github.com>
Tue, 3 Dec 2024 20:52:00 +0000 (12:52 -0800)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2024 20:52:00 +0000 (21:52 +0100)
docs/build/autogenerate.rst

index c7641fe4f06b5a2e9e406ce727fc7a96fa4f075c..e92a7eed076b68774e72b8c7d5739fac7b98ef6d 100644 (file)
@@ -2,7 +2,7 @@ Auto Generating Migrations
 ===========================
 
 Alembic can view the status of the database (pointed to by ``sqlalchemy.url`` in
-your ``alemic.ini`` file using the *current* schema) and compare against the
+your ``alembic.ini`` file using the *current* schema) and compare against the
 table metadata in the application (your ORM which defines the *proposed* schema),
 generating the "obvious" migrations based on a comparison.  This is achieved
 using the ``--autogenerate`` option to the ``alembic revision`` command, which