diff options
Diffstat (limited to 'docs/narr/urldispatch.rst')
| -rw-r--r-- | docs/narr/urldispatch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 6e7c82f56..f5fa87fce 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -871,7 +871,7 @@ The ``mypackage.views`` module referred to above might look like so: .. code-block:: python :linenos: - from webob import Response + from pyramid.response import Response def site_view(request): return Response(request.matchdict['id']) |
