summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmail <ismail-s@users.noreply.github.com>2015-12-07 14:09:11 +0000
committerIsmail <ismail-s@users.noreply.github.com>2015-12-07 14:09:11 +0000
commit1fefda3e6d104e6a308c2daa898a85116f4a3794 (patch)
treec06628e1228f9044ad2d4019657ca4176396f783
parentd901849a1db80eaa293e908fcff2d2a010fa567f (diff)
downloadpyramid-1fefda3e6d104e6a308c2daa898a85116f4a3794.tar.gz
pyramid-1fefda3e6d104e6a308c2daa898a85116f4a3794.tar.bz2
pyramid-1fefda3e6d104e6a308c2daa898a85116f4a3794.zip
Fix minor typo
-rw-r--r--pyramid/config/views.py2
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