summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-19 02:46:18 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-19 02:46:18 -0800
commitcfaedc5e247af279059ab93fea4c9d7a27ddcf8a (patch)
treea51bb45ff3deef9188d2057e76c7a7f6419011bb /docs/glossary.rst
parentf77957109be35d7b93014d5623fae7e670797213 (diff)
downloadpyramid-cfaedc5e247af279059ab93fea4c9d7a27ddcf8a.tar.gz
pyramid-cfaedc5e247af279059ab93fea4c9d7a27ddcf8a.tar.bz2
pyramid-cfaedc5e247af279059ab93fea4c9d7a27ddcf8a.zip
Standardize casing of URL when it is an acronym
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index e15d28fa5..2d51bf795 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -165,7 +165,7 @@ Glossary
An object representing a node in the :term:`resource tree` of an
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 :term:`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.
@@ -405,13 +405,13 @@ Glossary
the Routes syntax (which was inspired by Ruby On Rails pattern syntax).
route
- A single pattern matched by the :term:`url dispatch` subsystem,
+ A single pattern matched by the :term:`URL dispatch` subsystem,
which generally resolves to a :term:`root factory` (and then
ultimately a :term:`view`).
.. seealso::
- See also :term:`url dispatch`.
+ See also :term:`URL dispatch`.
route configuration
Route configuration is the act of associating request parameters with a
@@ -912,7 +912,7 @@ Glossary
:meth:`pyramid.config.Configurator.add_route` and
:meth:`pyramid.config.Configurator.add_view` to make it more convenient
to register a collection of views as a single class when using
- :term:`url dispatch`. View handlers ship as part of the
+ :term:`URL dispatch`. View handlers ship as part of the
:term:`pyramid_handlers` add-on package.
Deployment settings