diff options
| -rw-r--r-- | repoze/bfg/configuration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py index 22e4ec1d8..90336fe21 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -1513,7 +1513,7 @@ class Configurator(object): the *system* dictionary passed in to every renderer used by the application. - .. note:: Using the :meth:``renderer_globals_factory`` + .. note:: Using the :meth:`renderer_globals_factory` argument to the :class:`repoze.bfg.configuration.Configurator` constructor can be used to achieve the same purpose. |
