Michael Merickel
2016-08-15 8e87d410bf73359bd444660d219e671d94734939
fix alchemy scaffold help text
1 files modified
7 ■■■■■ changed files
pyramid/scaffolds/__init__.py 7 ●●●●● patch | view | raw | blame | history
pyramid/scaffolds/__init__.py
@@ -4,7 +4,7 @@
from pyramid.compat import native_
from pyramid.scaffolds.template import Template # API
from pyramid.scaffolds.template import Template  # API
class PyramidTemplate(Template):
    """
@@ -60,5 +60,6 @@
class AlchemyProjectTemplate(PyramidTemplate):
    _template_dir = 'alchemy'
    summary = 'Pyramid project using SQLAlchemy, SQLite, URL dispatch, and'
    ' Chameleon'
    summary = (
        'Pyramid project using SQLAlchemy, SQLite, URL dispatch, and '
        'Jinja2')