summaryrefslogtreecommitdiff
path: root/docs/build/tutorial.rst
diff options
context:
space:
mode:
authorAnatoli Babenia <anatoli@rainforce.org>2021-10-07 09:47:32 +0300
committerGitHub <noreply@github.com>2021-10-07 09:47:32 +0300
commit277c9b88214fe3fcb5a8aa01717e1aa63ad9b887 (patch)
treed3a93be0765227f6abc6a6989a65dc392adb2a5e /docs/build/tutorial.rst
parent8cf9e24a2452231523bc1436bfb0460563375b34 (diff)
downloadalembic-277c9b88214fe3fcb5a8aa01717e1aa63ad9b887.tar.gz
Add `[post_write_hooks]` to example `alembic.ini`
Diffstat (limited to 'docs/build/tutorial.rst')
-rw-r--r--docs/build/tutorial.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst
index c07a3b9..eaa0e4a 100644
--- a/docs/build/tutorial.rst
+++ b/docs/build/tutorial.rst
@@ -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