summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-19 05:52:54 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-19 05:52:54 +0000
commit09e825c7466b87e2a974a07453156d1cd6fc70e5 (patch)
tree7f17fe68c8672a8870d16fe7476f66e6d18b7d63 /docs/tutorial03.txt
parent6fdb7c98e820912b387da05f4a4d9643afd9c3d8 (diff)
Small formatting fix to tutorial03
git-svn-id: http://code.djangoproject.com/svn/django/trunk@199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
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'),