Revision
130406
Author
larryv@macports.org
Date
2014-12-29 21:56:40 -0800 (Mon, 29 Dec 2014)

Log Message

py-sqlalchemy-migrate: Add overlooked line continuation

Modified Paths

Diff

Modified: trunk/dports/python/py-sqlalchemy-migrate/Portfile (130405 => 130406)


--- trunk/dports/python/py-sqlalchemy-migrate/Portfile	2014-12-30 05:53:04 UTC (rev 130405)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile	2014-12-30 05:56:40 UTC (rev 130406)
@@ -15,7 +15,7 @@
 long_description    Inspired by Ruby on Rails' migrations, SQLAlchemy \
                     Migrate provides a way to deal with database \
                     schema changes in SQLAlchemy projects. SQLAlchemy \
-                    Migrate extends SQLAlchemy to have database
+                    Migrate extends SQLAlchemy to have database \
                     changeset handling. It provides a database change \
                     repository mechanism which can be used from the \
                     command line as well as from inside python code.