From 7628381eb8f4f4555c2a6a70c10d5ff706940ddf Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 30 Nov 2007 05:14:09 +0000 Subject: [PATCH] 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 --- django/views/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """