From 1fefda3e6d104e6a308c2daa898a85116f4a3794 Mon Sep 17 00:00:00 2001 From: Ismail Date: Mon, 7 Dec 2015 14:09:11 +0000 Subject: Fix minor typo --- pyramid/config/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3