From 277c9b88214fe3fcb5a8aa01717e1aa63ad9b887 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 7 Oct 2021 09:47:32 +0300 Subject: [PATCH] Add `[post_write_hooks]` to example `alembic.ini` --- docs/build/tutorial.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index c07a3b96..eaa0e4ae 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 -- 2.47.2