Fixed #15147 - Typo in "Managing static files"; thanks ori for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-01-22 23:29:11 +00:00
parent 578ad9b472
commit 4849ebb017
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ your additional files directory(ies) e.g.::
"/opt/webfiles/common", "/opt/webfiles/common",
) )
In case you want to refer to files in one of the locations with a additional In case you want to refer to files in one of the locations with an additional
namespace, you can **optionally** provide a prefix as ``(prefix, path)`` namespace, you can **optionally** provide a prefix as ``(prefix, path)``
tuples, e.g.:: tuples, e.g.::