diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/webob.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index 7da7f72f9..f8601c308 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -213,9 +213,9 @@ More detail about the request object API is available in: - The :class:`pyramid.request.Request` API documentation. -- The `WebOb documentation <http://pythonpaste.org/webob>`_ . All +- The `WebOb documentation <http://pythonpaste.org/webob>`_. All methods and attributes of a ``webob.Request`` documented within the - WebOb documentation will work against request objects created by + WebOb documentation will work with request objects created by :app:`Pyramid`. .. index:: |
