Chris McDonough
2015-12-07 f3656c253611d7b7195fd29a164435427dbb76a4
Merge pull request #2164 from ismail-s/patch-2

Fix minor typo
1 files modified
2 ■■■ changed files
pyramid/config/views.py 2 ●●● patch | view | raw | blame | history
pyramid/config/views.py
@@ -1809,7 +1809,7 @@
        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