[1.3.X] Fixed #15989 -- typo in static-files howto. Thanks luizvital.

Backport of r16195 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Simon Meers 2011-05-09 22:31:07 +00:00
parent fb052a15ed
commit af1943f139
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ parameter.
Since it can become a bit cumbersome to define this URL pattern, Django
ships with a small URL helper function
:func:`~django.conf.urls.static.static` that taks as parameters the prefix
:func:`~django.conf.urls.static.static` that takes as parameters the prefix
such as :setting:`MEDIA_URL` and a dotted path to a view, such as
``'django.views.static.serve'``. Any other function parameter will be
transparently passed to the view.