diff options
| author | Timo Graham <timograham@gmail.com> | 2011-01-22 23:29:11 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-01-22 23:29:11 +0000 |
| commit | 4849ebb017362f38cf281409e227bc755cc0eca6 (patch) | |
| tree | e2dc09dcfb3ba5b6bfe60081dd94bb75dca31681 /docs/ref | |
| parent | 578ad9b472ba18b3fcdbe263e37002233fa859a2 (diff) | |
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
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 3eff2aabb4..57f0d1cac5 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -50,7 +50,7 @@ your additional files directory(ies) e.g.:: "/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)`` tuples, e.g.:: |
