From c8503f330304bb58f597547d36b7ffa7957266c2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 14 Nov 2009 07:39:28 +0000 Subject: Spellcheck. --- docs/narr/webob.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/webob.rst') diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index a9adf8233..c343ee1e0 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -212,13 +212,13 @@ Here's the highlights: the cookie value to ``''``. ``response.cache_expires(seconds=0)``: - This makes this response cachable for the given number of seconds, + This makes this response cacheable for the given number of seconds, or if ``seconds`` is 0 then the response is uncacheable (this also sets the ``Expires`` header). ``response(environ, start_response)``: The response object is a WSGI application. As an application, it acts according to how you - creat it. It *can* do conditional responses if you pass + create it. It *can* do conditional responses if you pass ``conditional_response=True`` when instantiating (or set that attribute later). It can also do HEAD and Range requests. -- cgit v1.2.3