Index: django/conf/global_settings.py
===================================================================
--- django/conf/global_settings.py	(revisión: 12687)
+++ django/conf/global_settings.py	(copia de trabajo)
@@ -252,7 +252,7 @@
 # Default file storage mechanism that holds media.
 DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
 
-# Absolute path to the directory that holds media.
+# Absolute path to the directory that will hold uploaded media.
 # Example: "/home/media/media.lawrence.com/"
 MEDIA_ROOT = ''
 
