diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-11-27 22:04:31 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-11-27 22:04:31 -0700 |
| commit | cc0f6a2cf76e5cee3678446b0e226367dc96d158 (patch) | |
| tree | 2e9ce26cd0ab997d5ed18a0976dd2cda30057d57 /docs/narr/handlers.rst | |
| parent | ef921f9724c9810f0147a10a5d5b9112bc2e9ce1 (diff) | |
| parent | b5f8a5ee066c39fb6be2f677551fd4211670b2de (diff) | |
| download | pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.gz pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.bz2 pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.zip | |
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'docs/narr/handlers.rst')
| -rw-r--r-- | docs/narr/handlers.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/handlers.rst b/docs/narr/handlers.rst index 022f27115..d82f42bdb 100644 --- a/docs/narr/handlers.rst +++ b/docs/narr/handlers.rst @@ -168,8 +168,8 @@ information on the handler method which is used by configuration. All keyword arguments are recorded, and passed to -:meth:`!pyramid.configuration.Configurator.add_view`. Any valid keyword -arguments for :meth:`!pyramid.configuration.Configurator.add_view` can thus be +:meth:`~pyramid.configuration.Configurator.add_view`. Any valid keyword +arguments for :meth:`~pyramid.configuration.Configurator.add_view` can thus be used with the :class:`~pyramid.view.action` decorator to further restrict when the view will be called. |
