diff options
| author | Michael Merickel <michael@merickel.org> | 2012-04-13 10:16:15 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-04-13 10:16:15 -0500 |
| commit | a09eb590b7c115cf7525dc2eeeb53774404858f0 (patch) | |
| tree | 8792a34996755f8284dc0507acb66fe360a27fdd | |
| parent | 877a3503c1333c58bceaaf027ef04301fd1408dd (diff) | |
| download | pyramid-a09eb590b7c115cf7525dc2eeeb53774404858f0.tar.gz pyramid-a09eb590b7c115cf7525dc2eeeb53774404858f0.tar.bz2 pyramid-a09eb590b7c115cf7525dc2eeeb53774404858f0.zip | |
garden
| -rw-r--r-- | pyramid/config/factories.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/factories.py b/pyramid/config/factories.py index 1583aa4b8..863d6dc4b 100644 --- a/pyramid/config/factories.py +++ b/pyramid/config/factories.py @@ -186,7 +186,7 @@ class FactoriesConfiguratorMixin(object): def set_request_property(self, callable, name=None, reify=False): """ Add a property to the request object. - This method has been superceded by + This method has been replaced by :meth:`pyramid.config.Configurator.set_request_method` in version 1.4, more details can be found there. |
