From b4dcbe398d5ff5a6adb839caa26cc9a1b0d01c6d Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 19 Nov 2011 10:57:59 +0000 Subject: [PATCH] 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 --- 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 dd4a92168a..ce93149cd3 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -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