Tres Seaver
2017-09-12 11fd4448711e3fc2f9c6a7f5971110a885a8ee1c
Merge pull request #3168 from jinty/typo

typo in docstring
1 files modified
2 ■■■ changed files
pyramid/testing.py 2 ●●● patch | view | raw | blame | history
pyramid/testing.py
@@ -626,7 +626,7 @@
        with testConfig() as config:
            config.add_route('bar', '/bar/{id}')
            req = DummyRequest()
            resp = myview(req),
            resp = myview(req)
    """
    config = setUp(registry=registry,
            request=request,