diff options
Diffstat (limited to 'docs/howto/static-files.txt')
| -rw-r--r-- | docs/howto/static-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt index 9e6511a743..f93a4e9ba4 100644 --- a/docs/howto/static-files.txt +++ b/docs/howto/static-files.txt @@ -40,7 +40,7 @@ How to do it Here's the formal definition of the :func:`~django.views.static.serve` view: -.. function:: def serve(request, path, document_root, show_indexes=False): +.. function:: def serve(request, path, document_root, show_indexes=False) To use it, just put this in your :ref:`URLconf <topics-http-urls>`:: |
