summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-11-30 05:14:09 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-11-30 05:14:09 +0000
commit7628381eb8f4f4555c2a6a70c10d5ff706940ddf (patch)
tree11664a7a1e6509b5ea3262b77b9ce3927561094f
parent14eaaafef86d5acb5bf9162cb47a33fc7a976351 (diff)
Edited docstring from [6505] -- single spaces separate sentences, not double spaces.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/views/static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/views/static.py b/django/views/static.py
index f0e43ffe4e..8095fc9231 100644
--- a/django/views/static.py
+++ b/django/views/static.py
@@ -1,5 +1,5 @@
"""
-Views and functions for serving static files. These are only to be used
+Views and functions for serving static files. These are only to be used
during development, and SHOULD NOT be used in a production setting.
"""