diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-23 18:51:00 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-06 19:25:24 +0200 |
| commit | 03e38b7d8cee16292fe58433c5883b7f01908f66 (patch) | |
| tree | 5c22531b1d59fba1412a45fccdf84cda62f52a7b /docs | |
| parent | 55d81bb135834ec1c2b89860398d5b864ce90cae (diff) | |
| download | pyramid-03e38b7d8cee16292fe58433c5883b7f01908f66.tar.gz pyramid-03e38b7d8cee16292fe58433c5883b7f01908f66.tar.bz2 pyramid-03e38b7d8cee16292fe58433c5883b7f01908f66.zip | |
capitalize
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/viewconfig.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index e7c79b09b..792bf31d9 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -38,11 +38,11 @@ A view configuration statement is made about information present in the View configuration is performed in one of two ways: -- by running a :term:`scan` against application source code which has a +- By running a :term:`scan` against application source code which has a :class:`pyramid.view.view_config` decorator attached to a Python object as per :ref:`mapping_views_using_a_decorator_section`. -- by using the :meth:`pyramid.config.Configurator.add_view` method as per +- By using the :meth:`pyramid.config.Configurator.add_view` method as per :ref:`mapping_views_using_imperative_config_section`. .. index:: |
