diff options
| -rw-r--r-- | pyramid/config.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pyramid/config.py b/pyramid/config.py index b7a2f2a7a..23dba7c84 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -2042,9 +2042,8 @@ class Configurator(object): dictionary, and therefore will be made available to the code which uses the renderer. - .. note:: Using the :meth:`renderer_globals_factory` - argument to the - :class:`pyramid.config.Configurator` constructor + .. note:: Using the ``renderer_globals_factory`` argument + to the :class:`pyramid.config.Configurator` constructor can be used to achieve the same purpose. """ factory = self.maybe_dotted(factory) |
