From 5e6e21d7ee85f11532e04500abafad04cc8a113e Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 10 Dec 2010 21:54:08 -0700 Subject: add comma --- docs/narr/webob.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.2.3