]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Updated cookbook docs (#1111)
authorAmel Alispahic <alispahicamel@hotmail.com>
Mon, 7 Nov 2022 19:47:20 +0000 (20:47 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 19:47:20 +0000 (20:47 +0100)
docs/build/cookbook.rst

index 1dc4d79371cd52e0f70fe426db665367a7e867bb..5b12c6b049be1409e8d9e81acd0e297be88b8f29 100644 (file)
@@ -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())