diff options
| author | Timo Graham <timograham@gmail.com> | 2011-11-19 10:57:59 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-11-19 10:57:59 +0000 |
| commit | b4dcbe398d5ff5a6adb839caa26cc9a1b0d01c6d (patch) | |
| tree | 811e22e01c746a11c5741acebc1983003882d831 /docs/ref | |
| parent | c29e089000a5c0ecfaecfa8d1296226d47ae2e03 (diff) | |
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
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 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 |
