diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 153d785fc1..8f6c2e31f8 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -557,7 +557,7 @@ view:: This is completely valid, but it leads to problems when you try to do reverse URL matching (through the ``permalink()`` decorator or the :ttag:`url` template -tag. Continuing this example, if you wanted to retrieve the URL for the +tag). Continuing this example, if you wanted to retrieve the URL for the ``archive`` view, Django's reverse URL matcher would get confused, because *two* URLpatterns point at that view.