summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-09 23:24:24 -0400
committerChris McDonough <chrism@plope.com>2012-09-09 23:24:24 -0400
commite0c4bd2c0c4a5fdf7048db9c6a0ca471a445e4df (patch)
tree2c3a712d182234ca67baaccb3760447d5656e5b5
parent023c88b67b907dd3682ef71216245609c9bbdbe1 (diff)
downloadpyramid-e0c4bd2c0c4a5fdf7048db9c6a0ca471a445e4df.tar.gz
pyramid-e0c4bd2c0c4a5fdf7048db9c6a0ca471a445e4df.tar.bz2
pyramid-e0c4bd2c0c4a5fdf7048db9c6a0ca471a445e4df.zip
point docstring at the most up to date method
-rw-r--r--pyramid/config/factories.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/config/factories.py b/pyramid/config/factories.py
index fb26ea806..501b1a963 100644
--- a/pyramid/config/factories.py
+++ b/pyramid/config/factories.py
@@ -76,9 +76,9 @@ class FactoriesConfiguratorMixin(object):
:class:`pyramid.request.Request` class (particularly
``__call__``, and ``blank``).
- See :meth:`pyramid.config.Configurator.set_request_property`
+ See :meth:`pyramid.config.Configurator.add_request_method`
for a less intrusive way to extend the request objects with
- custom properties.
+ custom methods and properties.
.. note::