]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add `[post_write_hooks]` to example `alembic.ini` 946/head
authorAnatoli Babenia <anatoli@rainforce.org>
Thu, 7 Oct 2021 06:47:32 +0000 (09:47 +0300)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 06:47:32 +0000 (09:47 +0300)
docs/build/tutorial.rst

index c07a3b9644fba0d25eebb98fe39aa5f8a9b233c1..eaa0e4aef33a7743185eecc4fd01719cbe393b2c 100644 (file)
@@ -179,7 +179,8 @@ The file generated with the "generic" configuration looks like::
 
     sqlalchemy.url = driver://user:pass@localhost/dbname
 
-    # post_write_hooks defines scripts or Python functions that are run
+    # [post_write_hooks]
+    # This section defines scripts or Python functions that are run
     # on newly generated revision scripts.  See the documentation for further
     # detail and examples