Skip to content

Commit

Permalink
Merge pull request #3168 from jinty/typo
Browse files Browse the repository at this point in the history
typo in docstring
  • Loading branch information
tseaver committed Sep 12, 2017
2 parents c536359 + b2fb291 commit 11fd444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 11fd444

Please sign in to comment.