From: Charles-Axel Dein Date: Mon, 11 Mar 2013 01:57:12 +0000 (-0700) Subject: Fix typo X-Git-Tag: rel_0_5_0~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=766e720bcf3a2d1f51adda9c2f970044b37bd788;p=thirdparty%2Fsqlalchemy%2Falembic.git Fix typo --- diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 100f71d6..c7c66a7d 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -384,7 +384,7 @@ First we can view the current revision:: INFO [alembic.context] Will assume transactional DDL. Current revision for postgresql://scott:XXXXX@localhost/test: 1975ea83b712 -> ae1027a6acf (head), Add a column -``head`` is deplayed if the revision identifier for this database matches the head revision. +``head`` is displayed only if the revision identifier for this database matches the head revision. We can also view history::