Tshepang Lekhonkhobe
2013-01-14 026ac8ab8f69269efa638cd2d7a3314fcd144144
grammar
1 files modified
2 ■■■ changed files
pyramid/config/__init__.py 2 ●●● patch | view | raw | blame | history
pyramid/config/__init__.py
@@ -668,7 +668,7 @@
           def includeme(config):
               config.add_view(my_view)
        You might cause it be included within your Pyramid application like
        You might cause it to be included within your Pyramid application like
        so:
        .. code-block:: python