From 09e825c7466b87e2a974a07453156d1cd6fc70e5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 19 Jul 2005 05:52:54 +0000 Subject: [PATCH] Small formatting fix to tutorial03 git-svn-id: http://code.djangoproject.com/svn/django/trunk@199 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial03.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt index 9728fe756d..6a4ec9952a 100644 --- a/docs/tutorial03.txt +++ b/docs/tutorial03.txt @@ -91,7 +91,7 @@ a keyword argument to the view function. Because the URL patterns are regular expressions, there really is no limit on what you can do with them. And there's no need to add URL cruft such as ``.php`` -- unless you have a sick sense of humor, in which case you can do -something like this: +something like this:: (r'^polls/latest\.php$', 'myproject.apps.polls.views.polls.index'),