]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add missing whitespace to configuration template and doc example.
authorAru Sahni <arusahni@gmail.com>
Sat, 16 Mar 2019 21:31:19 +0000 (17:31 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Sat, 16 Mar 2019 21:31:19 +0000 (17:31 -0400)
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

alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
alembic/templates/pylons/alembic.ini.mako
docs/build/tutorial.rst

index 9ee59dbfb5e0dfdfc6fb2e0ccb6ca82f926d1e9a..1b7d6ea0328186b0cf8a29804c651643d2854078 100644 (file)
@@ -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
index a0708ff1ee479108c00e27fc83054c4b722d68bf..79fcb799273955d0468ab5d11becd69073e55ae6 100644 (file)
@@ -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
index c5cc4133a1ef38d87cadc03789c4f0d1076705fc..6f6511bd27d2df5d26b9eb99d61464256ed7135a 100644 (file)
@@ -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
index d3ed8c6419bd3f2b3ecde6ea556a20cf5f576e0f..458717f1b1513598a9639e77ce9ded5e0673babc 100644 (file)
@@ -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