From b2fb291cb9de8c1d7f0b364942d4394eb78b5111 Mon Sep 17 00:00:00 2001 From: Brian Sutherland Date: Tue, 12 Sep 2017 14:42:03 +0200 Subject: typo --- pyramid/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3