diff options
| author | Michael Merickel <michael@merickel.org> | 2013-04-05 23:23:38 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-04-05 23:23:38 -0700 |
| commit | 55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f (patch) | |
| tree | 1b850fdb3fd206594a8c0c53c16f7b4b1fc01444 /docs/glossary.rst | |
| parent | a62ebd5725338d753d49ff1b6b8bf0fe95b19c92 (diff) | |
| parent | 125ea45ae864a5513e6d83fdded6ceea9516b578 (diff) | |
| download | pyramid-55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f.tar.gz pyramid-55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f.tar.bz2 pyramid-55ab183d1184dff75e66a2c80e9cadd4aa7c4b6f.zip | |
Merge pull request #972 from tshepang/diff
fix some cross-references
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 241f951d6..b6bd35ffe 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -156,9 +156,9 @@ Glossary resource An object representing a node in the :term:`resource tree` of an - application. If :mod:`traversal` is used, a resource is an element in + application. If :term:`traversal` is used, a resource is an element in the resource tree traversed by the system. When traversal is used, a - resource becomes the :term:`context` of a :term:`view`. If :mod:`url + resource becomes the :term:`context` of a :term:`view`. If :term:`url dispatch` is used, a single resource is generated for each request and is used as the context resource of a view. |
