summaryrefslogtreecommitdiff
path: root/django/conf/project_template/settings.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-11-16 23:48:08 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-11-16 23:48:08 +0000
commit5844cdca38f1440a76f5f3505256e239084f0c3e (patch)
treec60016a98b72f2178071fede42503c212acbf107 /django/conf/project_template/settings.py
parentf3d07047834b0a4ea3bde2b46643b327a659364e (diff)
Small grammar fix in 'user-uploaded files' comment from [14560]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/project_template/settings.py')
-rw-r--r--django/conf/project_template/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py
index 07a823b7c5..1d33dd13c9 100644
--- a/django/conf/project_template/settings.py
+++ b/django/conf/project_template/settings.py
@@ -43,7 +43,7 @@ USE_I18N = True
# calendars according to the current locale
USE_L10N = True
-# Absolute filesystem path to the directory that will hold user uploaded files.
+# Absolute filesystem path to the directory that will hold user-uploaded files.
# Example: "/home/media/media.lawrence.com/media/"
MEDIA_ROOT = ''