summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmel Alispahic <alispahicamel@hotmail.com>2022-11-07 20:47:20 +0100
committerGitHub <noreply@github.com>2022-11-07 20:47:20 +0100
commit7a516ebefb8f6bf9041c51aa8711fa2a3a3f4bcd (patch)
treeb4d2f2bbb3d7048b05b23720f131daf5e1799e75
parentc76fd4bbf13a51c41429b7e14cba387d36536006 (diff)
downloadalembic-7a516ebefb8f6bf9041c51aa8711fa2a3a3f4bcd.tar.gz
Updated cookbook docs (#1111)
-rw-r--r--docs/build/cookbook.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build/cookbook.rst b/docs/build/cookbook.rst
index 1dc4d79..5b12c6b 100644
--- a/docs/build/cookbook.rst
+++ b/docs/build/cookbook.rst
@@ -882,7 +882,7 @@ schema or another.
5. Since all schemas are to be maintained in sync, autogenerate should be run
against only **one** schema, generating new Alembic migration files.
- Autogenerate migratin operations are then run against **all** schemas.
+ Autogenerated migration operations are then run against **all** schemas.
.. _cookbook_no_empty_migrations:
@@ -1581,4 +1581,4 @@ the same ``env.py`` file can be invoked using asyncio as::
await conn.run_sync(run_upgrade, config.Config("alembic.ini"))
- asyncio.run(run_async_upgrade()) \ No newline at end of file
+ asyncio.run(run_async_upgrade())