From 6d1573fbf8052d682d8fa9f7045652036bb9cedc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 28 Nov 2011 22:38:19 -0500 Subject: [PATCH] typo --- docs/build/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 52c5305c..d588c8a2 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -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! ### -- 2.47.2