Skip to content

Commit

Permalink
fixed typo on "Auto generating migrations" page, Fixes: #1574 (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmatthiggins authored Dec 3, 2024
1 parent 483f5fe commit de3958b
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 de3958b

Please sign in to comment.