From 4849ebb017362f38cf281409e227bc755cc0eca6 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 22 Jan 2011 23:29:11 +0000 Subject: [PATCH] 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 --- docs/ref/contrib/staticfiles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.::