summaryrefslogtreecommitdiff
path: root/docs/howto/static-files.txt
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2010-05-12 22:53:23 +0000
committerKaren Tracey <kmtracey@gmail.com>2010-05-12 22:53:23 +0000
commit8e7d2d2e6824dc69fcfef8dc6467f6d874ddc9ee (patch)
tree7f2e79be9c9208ac585dbc2c73bbc164266595c8 /docs/howto/static-files.txt
parent111d361d61fd4a40281db38850e560724bd908b0 (diff)
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
Diffstat (limited to 'docs/howto/static-files.txt')
-rw-r--r--docs/howto/static-files.txt2
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>`::