summaryrefslogtreecommitdiff
path: root/docs/api/renderers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/renderers.rst')
-rw-r--r--docs/api/renderers.rst2
1 files changed, 1 insertions, 1 deletions
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.