From 128a6bbd0ca92bfaebb586780a914ae56a7c2e71 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 10 Dec 2010 22:02:19 -0700 Subject: remove extraneous space, change against to with --- docs/narr/webob.rst | 4 ++-- 1 file 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 `_ . All +- The `WebOb documentation `_. 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:: -- cgit v1.2.3