diff options
Diffstat (limited to 'repoze/bfg/testing.py')
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 0d79b559c..d5ae7bd56 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -767,7 +767,7 @@ def cleanUp(*arg, **kw): class DummyRendererFactory(object): """ Registered by - ``repoze.bfg.configuration.Configurator.testing_add_template`` as + ``repoze.bfg.configuration.Configurator.testing_add_renderer`` as a dummy renderer factory. The indecision about what to use as a key (a spec vs. a relative name) is caused by test suites in the wild believing they can register either. The ``factory`` argument |
