summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-12-07 14:52:52 -0500
committerChris McDonough <chrism@plope.com>2015-12-07 14:52:52 -0500
commitf3656c253611d7b7195fd29a164435427dbb76a4 (patch)
treec06628e1228f9044ad2d4019657ca4176396f783
parentd901849a1db80eaa293e908fcff2d2a010fa567f (diff)
parent1fefda3e6d104e6a308c2daa898a85116f4a3794 (diff)
downloadpyramid-f3656c253611d7b7195fd29a164435427dbb76a4.tar.gz
pyramid-f3656c253611d7b7195fd29a164435427dbb76a4.tar.bz2
pyramid-f3656c253611d7b7195fd29a164435427dbb76a4.zip
Merge pull request #2164 from ismail-s/patch-2
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