Michael Merickel
2013-10-07 1059c02c3a116b0734fa51a09dc85f1da491c1b3
Merge pull request #1143 from BauhausSP/patch-1

Fixed an example
1 files modified
2 ■■■ changed files
docs/narr/upgrading.rst 2 ●●● patch | view | raw | blame | history
docs/narr/upgrading.rst
@@ -150,7 +150,7 @@
.. code-block:: python
   :linenos:
    from pyramid.view. import view_config
    from pyramid.view import view_config
    from pyramid.static import static_view
    myview = static_view('static', 'static', use_subpath=True)