diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index ae1ca3f254..a5fb0c9db1 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -835,7 +835,7 @@ reverse_lazy() A lazily evaluated version of `reverse()`_. It is useful for when you need to use a URL reversal before your project's -URLConf is loaded. Some common cases where this method is necessary are:: +URLConf is loaded. Some common cases where this method is necessary are: * providing a reversed URL as the ``url`` attribute of a generic class-based view.