Fixed #17196 - Typo in docs/ref/contrib/staticfiles.txt; thanks caa for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-11-19 10:57:59 +00:00
parent c29e089000
commit b4dcbe398d
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ static
.. versionadded:: 1.4
Uses the configued :setting:`STATICFILES_STORAGE` storage to create the
Uses the configured :setting:`STATICFILES_STORAGE` storage to create the
full URL for the given relative path, e.g.:
.. code-block:: html+django