diff options
| author | John Anderson <sontek@gmail.com> | 2014-12-27 00:23:18 -0800 |
|---|---|---|
| committer | John Anderson <sontek@gmail.com> | 2014-12-27 00:23:18 -0800 |
| commit | e8a666655b5365a0adde32f2bd387b0d42690384 (patch) | |
| tree | 7b639b85464d6d38f897172114553500a30c80f4 /docs/glossary.rst | |
| parent | 1236dec0dcfd916bca4e233587f86baa8d2418a8 (diff) | |
| download | pyramid-e8a666655b5365a0adde32f2bd387b0d42690384.tar.gz pyramid-e8a666655b5365a0adde32f2bd387b0d42690384.tar.bz2 pyramid-e8a666655b5365a0adde32f2bd387b0d42690384.zip | |
basic docs cleanup
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 01300a0be..05ff7c114 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -16,6 +16,9 @@ Glossary An object which, provided a :term:`WSGI` environment as a single positional argument, returns a Pyramid-compatible request. + response factory + An object which returns a Pyramid-compatible response. + response An object returned by a :term:`view callable` that represents response data returned to the requesting user agent. It must implement the |
