summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcguardia <carlos.delaguardia@gmail.com>2011-05-05 22:51:02 -0500
committercguardia <carlos.delaguardia@gmail.com>2011-05-05 22:51:02 -0500
commit079c7721848e74af3c6a12cceab9b138dba2fd0d (patch)
tree3990b3a9079e5685140ec94a3f17379b92c2ba4a
parent5fe0e395aeb540dcbee79c85a419aa43aaf4a2c0 (diff)
downloadpyramid-079c7721848e74af3c6a12cceab9b138dba2fd0d.tar.gz
pyramid-079c7721848e74af3c6a12cceab9b138dba2fd0d.tar.bz2
pyramid-079c7721848e74af3c6a12cceab9b138dba2fd0d.zip
removed meth indicator, which was showing on the rendered docs
-rw-r--r--pyramid/config.py2
1 files changed, 1 insertions, 1 deletions
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.
"""