From 079c7721848e74af3c6a12cceab9b138dba2fd0d Mon Sep 17 00:00:00 2001 From: cguardia Date: Thu, 5 May 2011 22:51:02 -0500 Subject: removed meth indicator, which was showing on the rendered docs --- pyramid/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config.py b/pyramid/config.py index 9c547d736..b7a2f2a7a 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -2019,7 +2019,7 @@ class Configurator(object): :class:`pyramid.request.Request` class (particularly ``__call__``, and ``blank``). - .. note:: Using the :meth:``request_factory`` argument to the + .. note:: Using the ``request_factory`` argument to the :class:`pyramid.config.Configurator` constructor can be used to achieve the same purpose. """ -- cgit v1.2.3