Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 23, 2012
1 parent c2e82a7 commit a131726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narr/assets.rst
Expand Up @@ -380,7 +380,7 @@ do so, do things "by hand". First define the view callable.
The above bit of code within ``favicon_view`` computes "here", which is a
path relative to the Python file in which the function is defined. It then
uses the Python ``open`` function to obtain a file handle to a file within
"here" named ``static``, and returns a :class:`pyramid.response.Fileresponse`
"here" named ``static``, and returns a :class:`pyramid.response.FileResponse`
using the file path as the response's ``path`` argument and the request as
the response's ``request`` argument. :class:`pyramid.response.FileResponse`
will serve the file as quickly as possible when it's used this way. It makes
Expand Down

0 comments on commit a131726

Please sign in to comment.