Chris McDonough
2012-09-10 e0c4bd2c0c4a5fdf7048db9c6a0ca471a445e4df
point docstring at the most up to date method
1 files modified
4 ■■■■ changed files
pyramid/config/factories.py 4 ●●●● patch | view | raw | blame | history
pyramid/config/factories.py
@@ -76,9 +76,9 @@
        :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::