From 8e7d2d2e6824dc69fcfef8dc6467f6d874ddc9ee Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Wed, 12 May 2010 22:53:23 +0000 Subject: Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/static-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/howto') 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 `:: -- cgit v1.3