Pārlūkot izejas kodu

Fixed minor doc typo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Jannis Leidel 14 gadi atpakaļ
vecāks
revīzija
12a9107a7d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/topics/http/urls.txt

+ 1 - 1
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.