Skip to content

Commit

Permalink
Merge pull request #118 from stevepiercy/master
Browse files Browse the repository at this point in the history
title case proper names
  • Loading branch information
stevepiercy committed Jan 18, 2016
2 parents e7e47bf + 78849a7 commit 478fb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_jinja2/scaffolds/__init__.py
Expand Up @@ -13,5 +13,5 @@

class Jinja2ProjectTemplate(PyramidTemplate):
_template_dir = 'jinja2_starter'
summary = 'pyramid jinja2 starter project'
summary = 'Pyramid Jinja2 starter project'
template_renderer = staticmethod(paste_script_template_renderer)

0 comments on commit 478fb11

Please sign in to comment.