summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Sutherland <brian@vanguardistas.net>2017-09-12 14:42:03 +0200
committerBrian Sutherland <brian@vanguardistas.net>2017-09-12 14:42:03 +0200
commitb2fb291cb9de8c1d7f0b364942d4394eb78b5111 (patch)
treeefd577165701c92fd4e283a182f3cc4916f9ae62
parentc53635956445468f54fb61b6d4ef5230e49c817e (diff)
downloadpyramid-b2fb291cb9de8c1d7f0b364942d4394eb78b5111.tar.gz
pyramid-b2fb291cb9de8c1d7f0b364942d4394eb78b5111.tar.bz2
pyramid-b2fb291cb9de8c1d7f0b364942d4394eb78b5111.zip
typo
-rw-r--r--pyramid/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/testing.py b/pyramid/testing.py
index 69b30e83f..7ff4c2f73 100644
--- a/pyramid/testing.py
+++ b/pyramid/testing.py
@@ -626,7 +626,7 @@ def testConfig(registry=None,
with testConfig() as config:
config.add_route('bar', '/bar/{id}')
req = DummyRequest()
- resp = myview(req),
+ resp = myview(req)
"""
config = setUp(registry=registry,
request=request,