From 442dc88ad5c03cf6b373e0d97a55f23dfa5563e3 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 8 Jan 2012 14:23:23 -0600 Subject: garden --- docs/api/renderers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api/renderers.rst') diff --git a/docs/api/renderers.rst b/docs/api/renderers.rst index 15670c46e..312aa0b31 100644 --- a/docs/api/renderers.rst +++ b/docs/api/renderers.rst @@ -20,5 +20,5 @@ as a view renderer argument, Pyramid avoids converting the view callable result into a Response object. This is useful if you want to reuse the view configuration and lookup machinery outside the context of its use by - the Pyramid router (e.g. the package named ``pyramid_rpc`` does this). + the Pyramid router. -- cgit v1.2.3