Ismail
2015-12-07 486b82bef3f1d53021a30f0c1c257128dcb42c8d
Fix minor typo
(cherry picked from commit 1fefda3)
1 files modified
2 ■■■ changed files
pyramid/config/views.py 2 ●●● patch | view | raw | blame | history
pyramid/config/views.py
@@ -1752,7 +1752,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