From 94b88987fd4f742538ccf43f5789e9c6463bca0e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 2 Nov 2010 03:35:17 -0400 Subject: - Remove references to 'WebOb' Response and just call it 'Response', and note that it is imported from pyramid. API docs can mention its inheritance from webob (aka "Provide a webob.Response class facade for forward compat"). --- docs/api.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/api.rst') diff --git a/docs/api.rst b/docs/api.rst index e457d28f0..805accd50 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -23,6 +23,7 @@ documentation is organized alphabetically by module name. api/personality api/renderers api/request + api/response api/router api/scripting api/security -- cgit v1.2.3