Skip to content

Commit

Permalink
Fixed an example
Browse files Browse the repository at this point in the history
"from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
  • Loading branch information
emilgpa authored and mmerickel committed Oct 6, 2013
1 parent 9951556 commit a8cb84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narr/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ do things the newer way:
.. 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)
Expand Down

0 comments on commit a8cb84e

Please sign in to comment.