Преглед изворни кода

Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt.

Tim Graham пре 10 година
родитељ
комит
14aff0bd82
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/ref/class-based-views/generic-date-based.txt

+ 1 - 1
docs/ref/class-based-views/generic-date-based.txt

@@ -63,7 +63,7 @@ ArchiveIndexView
       month or day using the attribute ``date_list_period``. This also applies
       to all subclass views.
 
-    **Example myapp/views.py**::
+    **Example myapp/urls.py**::
 
         from django.conf.urls import url
         from django.views.generic.dates import ArchiveIndexView