From: Anatoli Babenia Date: Thu, 7 Oct 2021 06:47:32 +0000 (+0300) Subject: Add `[post_write_hooks]` to example `alembic.ini` X-Git-Tag: rel_1_7_5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F946%2Fhead;p=thirdparty%2Fsqlalchemy%2Falembic.git Add `[post_write_hooks]` to example `alembic.ini` --- 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