summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 6b9c92d0a..d1678f92d 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -78,8 +78,8 @@ You may associate a view with a URL by adding information to your
/>
The above maps the ``.views.hello_world`` view function to
-:term:`context` objects which are instances of the Python class
-represented by ``.models.Hello`` when the *view name* is
+:term:`context` objects which are instances (or subclasses) of the
+Python class represented by ``.models.Hello`` when the *view name* is
``hello.html``.
.. note:: Values prefixed with a period (``.``)for the ``for`` and