Skip to content

Commit

Permalink
fixed typo on "Auto generating migrations" page, Fixes: sqlalchemy#1574
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmatthiggins committed Nov 26, 2024
1 parent 3815c57 commit 5b850e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/autogenerate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b850e4

Please sign in to comment.