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 f0c26cc3b..22e05248c 100644 --- a/repoze/bfg/configuration.py +++ b/repoze/bfg/configuration.py @@ -1534,7 +1534,7 @@ class Configurator(object): see how a forbidden view should be registered in new projects. - ..note:: For backwards compatibility with :mod:`repoze.bfg` + .. note:: For backwards compatibility with :mod:`repoze.bfg` 1.2, unlike an 'exception view' as described in :ref:`exception_views`, a ``context, request`` view callable registered using this API should not expect to |
