]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Fix typo
authorCharles-Axel Dein <ca@d3in.org>
Mon, 11 Mar 2013 01:57:12 +0000 (18:57 -0700)
committerCharles-Axel Dein <ca@d3in.org>
Mon, 11 Mar 2013 01:57:12 +0000 (18:57 -0700)
docs/build/tutorial.rst

index 100f71d63ae009f08ca9eef0d101ab9612a140b3..c7c66a7d12bca60dc7c564a1fa241cfb1c39a79b 100644 (file)
@@ -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::