Fixed minor doc typo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-04-29 15:11:24 +00:00
parent 0fa8bd3d92
commit 12a9107a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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.