diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-27 22:31:11 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-27 22:31:11 -0500 |
| commit | d4116c6d44449c24dc8d68fc8945b979042a418f (patch) | |
| tree | 66a93db8e3bff013076d62e26184459bb442d8a3 /docs/narr/firstapp.rst | |
| parent | 9f2876bdc939a3f13d5f364b8ab57ea0a1f3089a (diff) | |
| download | pyramid-d4116c6d44449c24dc8d68fc8945b979042a418f.tar.gz pyramid-d4116c6d44449c24dc8d68fc8945b979042a418f.tar.bz2 pyramid-d4116c6d44449c24dc8d68fc8945b979042a418f.zip | |
method name contractions
Diffstat (limited to 'docs/narr/firstapp.rst')
| -rw-r--r-- | docs/narr/firstapp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/firstapp.rst b/docs/narr/firstapp.rst index a82119b73..822e3cb32 100644 --- a/docs/narr/firstapp.rst +++ b/docs/narr/firstapp.rst @@ -247,7 +247,7 @@ predicates) is always invoked. In this application, :app:`Pyramid` chooses the most specific view callable based only on view :term:`predicate` applicability. The ordering of calls to -:meth:`pyramid.config.Configurator.add_view` is never very important. We can +:meth:`~pyramid.config.Configurator.add_view` is never very important. We can register ``goodbye_world`` first and ``hello_world`` second; :app:`Pyramid` will still give us the most specific callable when a request is dispatched to it. @@ -322,7 +322,7 @@ References ---------- For more information about the API of a :term:`Configurator` object, -see :class:`pyramid.config.Configurator` . +see :class:`~pyramid.config.Configurator` . For more information about :term:`view configuration`, see :ref:`view_config_chapter`. |
