Pylons / pyramid-cookiecutter-starter

A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
95 stars 53 forks source link

Typo #113

Closed krysros closed 3 years ago

krysros commented 3 years ago

Fix docstring typo

stevepiercy commented 3 years ago

If you would like to make a similar PR against latest branch, I will merge that as well. Thank you!