summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-01-01 15:03:56 -0800
committerJohn Anderson <sontek@gmail.com>2015-01-01 15:03:56 -0800
commit32cb805132e8149a276a8c65fdfa961384e8254e (patch)
tree0ce71d880a54fd55a7403a7ec04c30d24eb0ee41 /docs/glossary.rst
parent807e941787e157db882fcd95e13f5cafb7ebde7f (diff)
downloadpyramid-32cb805132e8149a276a8c65fdfa961384e8254e.tar.gz
pyramid-32cb805132e8149a276a8c65fdfa961384e8254e.tar.bz2
pyramid-32cb805132e8149a276a8c65fdfa961384e8254e.zip
Mkae the response factory a factory that takes a request
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 05ff7c114..38133f68f 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -17,7 +17,8 @@ Glossary
positional argument, returns a Pyramid-compatible request.
response factory
- An object which returns a Pyramid-compatible response.
+ An object which, provied a :term:`request` as a single positional
+ argument, returns a Pyramid-compatible response.
response
An object returned by a :term:`view callable` that represents response