diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-29 01:36:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-29 01:36:58 -0500 |
| commit | a936df49ac018656df417b5a76bf04b620cfcdc9 (patch) | |
| tree | 3261680948dbd55cf573aef4a35f1d3e69c85d00 /docs/glossary.rst | |
| parent | 3e4f429cce60465f2d58d0a60eb6a3adb5f9a377 (diff) | |
| parent | 91ab804c9786d680a1eff9041de1bea76e75c225 (diff) | |
| download | pyramid-a936df49ac018656df417b5a76bf04b620cfcdc9.tar.gz pyramid-a936df49ac018656df417b5a76bf04b620cfcdc9.tar.bz2 pyramid-a936df49ac018656df417b5a76bf04b620cfcdc9.zip | |
Merge branch 'osmaker-master'
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index f1a50a0af..0aef7672b 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -182,10 +182,10 @@ Glossary :ref:`urldispatch_chapter` for more information. context - An resource in the resource tree that is found during :term:`traversal` + A resource in the resource tree that is found during :term:`traversal` or :term:`URL dispatch` based on URL data; if it's found via traversal, it's usually a :term:`resource` object that is part of a resource tree; - if it's found via :term:`URL dispatch`, it's a object manufactured on + if it's found via :term:`URL dispatch`, it's an object manufactured on behalf of the route's "factory". A context resource becomes the subject of a :term:`view`, and often has security information attached to it. See the :ref:`traversal_chapter` chapter and the @@ -488,7 +488,7 @@ Glossary available as its ``__parent__`` attribute. root factory - The "root factory" of an :app:`Pyramid` application is called + The "root factory" of a :app:`Pyramid` application is called on every request sent to the application. The root factory returns the traversal root of an application. It is conventionally named ``get_root``. An application may supply a |
