summaryrefslogtreecommitdiff
path: root/docs/model-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/model-api.txt')
-rw-r--r--docs/model-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 6dc2d0835a..02a9fd2d95 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -1544,7 +1544,7 @@ the ``url`` function)::
'django.views.generic.list_detail.object_detail',
name='people_view'),
-and then using that name to perform the reverse URL resolution instead
+...and then using that name to perform the reverse URL resolution instead
of the view name::
from django.db.models import permalink
@@ -1553,7 +1553,7 @@ of the view name::
return ('people_view', [str(self.id)])
get_absolute_url = permalink(get_absolute_url)
-More details on named URL patterns can be found in `URL dispatch documentation`_.
+More details on named URL patterns are in the `URL dispatch documentation`_.
.. _URL dispatch documentation: ../url_dispatch/#naming-url-patterns