Ticket #8600: 8600.doc-typo.diff
File 8600.doc-typo.diff, 687 bytes (added by , 16 years ago) |
---|
-
django/django/docs/topics/http/urls.txt
382 382 urlpatterns = patterns('', 383 383 (r'^weblog/', include('django_website.apps.blog.urls.blog')), 384 384 (r'^documentation/', include('django_website.apps.docs.urls.docs')), 385 (r'^comments/', include('django.contrib.comments.urls .comments')),385 (r'^comments/', include('django.contrib.comments.urls')), 386 386 ) 387 387 388 388 Note that the regular expressions in this example don't have a ``$``