summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/urls.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/urls.txt b/docs/ref/urls.txt
index 88720189d2..1527a34720 100644
--- a/docs/ref/urls.txt
+++ b/docs/ref/urls.txt
@@ -192,5 +192,5 @@ that should be called in case of server errors. Server errors happen when you
have runtime errors in view code.
By default, this is :func:`django.views.defaults.server_error`. If you
-implement a custom view, be sure it returns an
-:class:`~django.http.HttpResponseServerError`.
+implement a custom view, be sure it accepts a ``request`` argument and returns
+an :class:`~django.http.HttpResponseServerError`.