diff options
| -rw-r--r-- | pyramid/config/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/views.py b/pyramid/config/views.py index e386bc4e1..a6899abbf 100644 --- a/pyramid/config/views.py +++ b/pyramid/config/views.py @@ -1809,7 +1809,7 @@ class ViewsConfiguratorMixin(object): signatures than the ones supported by :app:`Pyramid` as described in its narrative documentation. - The ``mapper`` should argument be an object implementing + The ``mapper`` argument should be an object implementing :class:`pyramid.interfaces.IViewMapperFactory` or a :term:`dotted Python name` to such an object. The provided ``mapper`` will become the default view mapper to be used by all subsequent :term:`view |
