diff options
| author | cguardia <carlos.delaguardia@gmail.com> | 2011-05-05 22:51:02 -0500 |
|---|---|---|
| committer | cguardia <carlos.delaguardia@gmail.com> | 2011-05-05 22:51:02 -0500 |
| commit | 079c7721848e74af3c6a12cceab9b138dba2fd0d (patch) | |
| tree | 3990b3a9079e5685140ec94a3f17379b92c2ba4a | |
| parent | 5fe0e395aeb540dcbee79c85a419aa43aaf4a2c0 (diff) | |
| download | pyramid-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.py | 2 |
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. """ |
