From 7a516ebefb8f6bf9041c51aa8711fa2a3a3f4bcd Mon Sep 17 00:00:00 2001 From: Amel Alispahic Date: Mon, 7 Nov 2022 20:47:20 +0100 Subject: [PATCH] Updated cookbook docs (#1111) --- docs/build/cookbook.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/cookbook.rst b/docs/build/cookbook.rst index 1dc4d793..5b12c6b0 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()) -- 2.47.2