diff --git a/pyramid/scaffolds/__init__.py b/pyramid/scaffolds/__init__.py index 841dc403e3..719b4fe762 100644 --- a/pyramid/scaffolds/__init__.py +++ b/pyramid/scaffolds/__init__.py @@ -52,7 +52,7 @@ def out(self, msg): # pragma: no cover (replaceable testing hook) class StarterProjectTemplate(PyramidTemplate): _template_dir = 'starter' - summary = 'Pyramid starter project using URL dispatch and Chameleon' + summary = 'Pyramid starter project using URL dispatch and Jinja2' class ZODBProjectTemplate(PyramidTemplate): _template_dir = 'zodb'