summaryrefslogtreecommitdiff
path: root/docs/narr/advconfig.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-08-16 02:28:43 -0500
committerMichael Merickel <michael@merickel.org>2012-08-16 02:28:43 -0500
commit2c25342383eed7b10e349b2396eed08d332cfb80 (patch)
tree32a6d3df47e1a9453412c6032e6c3b0fa2ab98a6 /docs/narr/advconfig.rst
parent7e13f5bd32cf3df99f8b4d3993cb99023021477c (diff)
downloadpyramid-2c25342383eed7b10e349b2396eed08d332cfb80.tar.gz
pyramid-2c25342383eed7b10e349b2396eed08d332cfb80.tar.bz2
pyramid-2c25342383eed7b10e349b2396eed08d332cfb80.zip
docs-deprecated set_request_property
Diffstat (limited to 'docs/narr/advconfig.rst')
-rw-r--r--docs/narr/advconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 2949dc808..0ad2fdc95 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -296,7 +296,7 @@ These are the methods of the configurator which provide conflict detection:
:meth:`~pyramid.config.Configurator.add_renderer`,
:meth:`~pyramid.config.Configurator.set_request_factory`,
:meth:`~pyramid.config.Configurator.set_session_factory`,
-:meth:`~pyramid.config.Configurator.set_request_property`,
+:meth:`~pyramid.config.Configurator.set_request_method`,
:meth:`~pyramid.config.Configurator.set_root_factory`,
:meth:`~pyramid.config.Configurator.set_view_mapper`,
:meth:`~pyramid.config.Configurator.set_authentication_policy`,