Skip to content

Commit

Permalink
Fixed RST minor error (use of :class: to reference a function).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Noé committed May 18, 2013
1 parent 62b51e5 commit 6362e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/static-files/index.txt
Expand Up @@ -42,7 +42,7 @@ Configuring static files

During development, this will be done automatically if you use :djadmin:`runserver`
and :setting:`DEBUG` is set to ``True`` (see
:class:`django.contrib.staticfiles.views.serve`).
:func:`django.contrib.staticfiles.views.serve`).

This method is **grossly inefficient** and probably **insecure**,
so it is **unsuitable for production**.
Expand Down

0 comments on commit 6362e69

Please sign in to comment.