]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 03:38:19 +0000 (22:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 03:38:19 +0000 (22:38 -0500)
docs/build/tutorial.rst

index 52c5305c067d9aad4629cfca33426f83449e4ac2..d588c8a27b5bdb0f75776ac04e54d86ded166540 100644 (file)
@@ -446,8 +446,8 @@ is already present::
         sa.Column('description', sa.VARCHAR(200)),
         sa.Column('last_transaction_date', sa.DateTime()),
         sa.PrimaryKeyConstraint('id')
-        ### end Alembic commands ###
         )
+        ### end Alembic commands ###
 
     def downgrade():
         ### commands auto generated by Alembic - please adjust! ###