summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-02-16 22:38:00 -0500
committerTres Seaver <tseaver@palladion.com>2014-02-16 22:38:00 -0500
commit111aef8a7d0e000d6ff65cc15138c2d376b1efc4 (patch)
tree643cb92dad96bb067bf8f262bc5404944a9e5fb3 /docs/quick_tutorial
parent76ff93079eac35d529a2a316248b8cca750ef5e4 (diff)
downloadpyramid-111aef8a7d0e000d6ff65cc15138c2d376b1efc4.tar.gz
pyramid-111aef8a7d0e000d6ff65cc15138c2d376b1efc4.tar.bz2
pyramid-111aef8a7d0e000d6ff65cc15138c2d376b1efc4.zip
Trailing commas are good.
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/templating/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/templating/setup.py b/docs/quick_tutorial/templating/setup.py
index 2221b72e9..0b71b73e6 100644
--- a/docs/quick_tutorial/templating/setup.py
+++ b/docs/quick_tutorial/templating/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
requires = [
'pyramid',
- 'pyramid_chameleon'
+ 'pyramid_chameleon',
]
setup(name='tutorial',
@@ -11,4 +11,4 @@ setup(name='tutorial',
[paste.app_factory]
main = tutorial:main
""",
-) \ No newline at end of file
+)