summaryrefslogtreecommitdiff
path: root/alembic/templates/generic/alembic.ini.mako
diff options
context:
space:
mode:
authorAru Sahni <arusahni@gmail.com>2019-03-16 17:31:19 -0400
committersqla-tester <sqla-tester@sqlalchemy.org>2019-03-16 17:31:19 -0400
commited58b95ec0d88217228a195500d09c234813a048 (patch)
tree667ee37c1ebab05599e69355b2492fe89fa50036 /alembic/templates/generic/alembic.ini.mako
parent844fd83bd4feab5429622163ff2fb50a8d06ce9d (diff)
downloadalembic-ed58b95ec0d88217228a195500d09c234813a048.tar.gz
Add missing whitespace to configuration template and doc example.
As a developer who uses whitespace-sensitive programming language, this made my eye twitch 😄 Closes: #546 Pull-request: https://github.com/sqlalchemy/alembic/pull/546 Pull-request-sha: 5315a92ff2d88699ea0404c2ebb56fc3833452ed Change-Id: I90c5561cb27cf78e34c64def24ea13808a860d2e
Diffstat (limited to 'alembic/templates/generic/alembic.ini.mako')
-rw-r--r--alembic/templates/generic/alembic.ini.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/alembic/templates/generic/alembic.ini.mako b/alembic/templates/generic/alembic.ini.mako
index 9ee59db..1b7d6ea 100644
--- a/alembic/templates/generic/alembic.ini.mako
+++ b/alembic/templates/generic/alembic.ini.mako
@@ -15,7 +15,7 @@ script_location = ${script_location}
# max length of characters to apply to the
# "slug" field
-#truncate_slug_length = 40
+# truncate_slug_length = 40
# set to 'true' to run the environment during
# the 'revision' command, regardless of autogenerate