summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-11 01:47:36 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-11 01:47:36 -0700
commit1f67fd91990d3bd3e337ba2d80c76925ba5e4a3e (patch)
tree6b79a3f2f4cf1516a8d0aaa7a614c11291c09272 /docs
parentf21b2bf0465593f3831bc1d25ef14bed9f0c6fd5 (diff)
downloadpyramid-1f67fd91990d3bd3e337ba2d80c76925ba5e4a3e.tar.gz
pyramid-1f67fd91990d3bd3e337ba2d80c76925ba5e4a3e.tar.bz2
pyramid-1f67fd91990d3bd3e337ba2d80c76925ba5e4a3e.zip
- add trailing line ending
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/MyProject/myproject/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/MyProject/myproject/tests.py b/docs/narr/MyProject/myproject/tests.py
index 99303b955..fd414cced 100644
--- a/docs/narr/MyProject/myproject/tests.py
+++ b/docs/narr/MyProject/myproject/tests.py
@@ -26,4 +26,4 @@ class FunctionalTests(unittest.TestCase):
def test_root(self):
res = self.testapp.get('/', status=200)
- self.assertTrue(b'Pyramid' in res.body) \ No newline at end of file
+ self.assertTrue(b'Pyramid' in res.body)