From: Aru Sahni Date: Sat, 16 Mar 2019 21:31:19 +0000 (-0400) Subject: Add missing whitespace to configuration template and doc example. X-Git-Tag: rel_1_0_9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed58b95ec0d88217228a195500d09c234813a048;p=thirdparty%2Fsqlalchemy%2Falembic.git 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 --- diff --git a/alembic/templates/generic/alembic.ini.mako b/alembic/templates/generic/alembic.ini.mako index 9ee59dbf..1b7d6ea0 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 diff --git a/alembic/templates/multidb/alembic.ini.mako b/alembic/templates/multidb/alembic.ini.mako index a0708ff1..79fcb799 100644 --- a/alembic/templates/multidb/alembic.ini.mako +++ b/alembic/templates/multidb/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 diff --git a/alembic/templates/pylons/alembic.ini.mako b/alembic/templates/pylons/alembic.ini.mako index c5cc4133..6f6511bd 100644 --- a/alembic/templates/pylons/alembic.ini.mako +++ b/alembic/templates/pylons/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 diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index d3ed8c64..458717f1 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -127,7 +127,7 @@ The file generated with the "generic" configuration looks like:: # 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