diff options
Diffstat (limited to 'docs/narr/scanning.rst')
| -rw-r--r-- | docs/narr/scanning.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/scanning.rst b/docs/narr/scanning.rst index 4aceb926b..83908540e 100644 --- a/docs/narr/scanning.rst +++ b/docs/narr/scanning.rst @@ -74,7 +74,7 @@ found by the scanner, a set of calls are made to a :term:`Configurator` on behalf of the developer: these calls represent the intent of the configuration decoration. In the example above, this is best represented as the scanner translating the arguments to -:class:`repoze.bfg.view..bfg_view` into a call to the +:class:`repoze.bfg.view.bfg_view` into a call to the :meth:`repoze.bfg.configuration.Configurator.add_view` method, effectively: |
