diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 296ed674f..2b465b1d1 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -103,7 +103,7 @@ following types work as views in this style: return Response('OK') #. Arbitrary callables that have a ``__call__`` method that accepts - ``self, request``, e.g.:: + ``self, request``, e.g.:: from webob import Response |
