diff options
| author | Jamaludin Ahmad <j.ahmad@gmx.net> | 2010-12-31 13:42:18 +0700 |
|---|---|---|
| committer | Jamaludin Ahmad <j.ahmad@gmx.net> | 2010-12-31 13:42:18 +0700 |
| commit | e874b2b4fb9ca973eed1f019162c917750088f58 (patch) | |
| tree | cb30cf8f0c6e9b7959662b378d4f43bebe27cf40 | |
| parent | 994fe8d880326e00de6b42720c1c71b2627747f9 (diff) | |
| download | pyramid-e874b2b4fb9ca973eed1f019162c917750088f58.tar.gz pyramid-e874b2b4fb9ca973eed1f019162c917750088f58.tar.bz2 pyramid-e874b2b4fb9ca973eed1f019162c917750088f58.zip | |
handlers_chapter -> views_chapter
| -rw-r--r-- | docs/glossary.rst | 2 | ||||
| -rw-r--r-- | docs/zcml/handler.rst | 2 | ||||
| -rw-r--r-- | pyramid/config.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 49d273197..1abbcf84b 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -834,7 +834,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`. See also :ref:`handlers_chapter`. + using :term:`url dispatch`. See also :ref:`views_chapter`. Deployment settings Deployment settings are settings passed to the :term:`Configurator` as a diff --git a/docs/zcml/handler.rst b/docs/zcml/handler.rst index 01d442ab6..64aac7e78 100644 --- a/docs/zcml/handler.rst +++ b/docs/zcml/handler.rst @@ -155,4 +155,4 @@ You can also add a :term:`route configuration` via: See Also ~~~~~~~~ -See also :ref:`handlers_chapter`. +See also :ref:`views_chapter`. diff --git a/pyramid/config.py b/pyramid/config.py index f6b4a2112..1cf0a4a53 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -923,7 +923,7 @@ class Configurator(object): Any extra keyword arguments are passed along to ``add_route``. - See :ref:`handlers_chapter` for more explanatory documentation. + See :ref:`views_chapter` for more explanatory documentation. This method returns the result of add_route.""" handler = self.maybe_dotted(handler) |
