Fixed some ReST errors; refs #20819.

This commit is contained in:
Tim Graham 2013-07-31 07:22:38 -04:00
parent 7de35a9ef3
commit 4d8ecbdfda
2 changed files with 6 additions and 6 deletions

View file

@ -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::