mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
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
This commit is contained in:
parent
111d361d61
commit
8e7d2d2e68
4 changed files with 5 additions and 5 deletions
|
|
@ -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>`::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue