Skip to content

Commit

Permalink
Fixed import statement in render_to_response example
Browse files Browse the repository at this point in the history
  • Loading branch information
nek4life committed Dec 25, 2010
1 parent 4100acd commit 5311fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Or::


Or:: Or::


from pyramid.jinja2 import render_to_response from pyramid.renderers import render_to_response
return render_to_response('foo.jinja2', {'foo':1}) return render_to_response('foo.jinja2', {'foo':1})


All of these examples are equivalent. The first argument passed in to each of All of these examples are equivalent. The first argument passed in to each of
Expand Down

0 comments on commit 5311fd6

Please sign in to comment.