From 4d8ecbdfda4da95685a2a51906425c6baa58a09f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 31 Jul 2013 07:22:38 -0400 Subject: Fixed some ReST errors; refs #20819. --- docs/ref/contrib/staticfiles.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 7b9a2048b5..f96c2e8a1b 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -352,9 +352,9 @@ This view function serves static files in development. .. versionchanged:: 1.7 - Will now raise an :exc:`~django.http.Http404` exception instead of - :exc:`~from django.core.exceptions.ImproperlyConfigured` when - :setting:`DEBUG` is ``True``. + This view will now raise an :exc:`~django.http.Http404` exception instead + of :exc:`~django.core.exceptions.ImproperlyConfigured` when + :setting:`DEBUG` is ``False``. .. note:: -- cgit v1.3