summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
"""