summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/webob.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst
index 34a876a77..838675a9b 100644
--- a/docs/narr/webob.rst
+++ b/docs/narr/webob.rst
@@ -183,7 +183,7 @@ only a few you'll use often:
``req.get_response(wsgi_application)``:
This method calls the given WSGI application with this request,
and returns a `Response`_ object. You can also use this for
- subrequests or testing.
+ subrequests, or testing.
.. index::
single: request (and unicode)