summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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