diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-18 07:58:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-18 08:06:50 -0400 |
| commit | 1641aa7119f72fda2247a0a023b507c272ce5ba8 (patch) | |
| tree | f1f8b6eefd64b5f758e6d36a3dc58f15c071bfd2 /docs | |
| parent | 9d9f670d935ba36e77af006cdac33dae21fedbd2 (diff) | |
[1.6.x] Fixed #20763 -- Typo in tutorial 3.
Thanks crichard@ for the report.
Backport of fd95dc9e27 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt index 777b8ef23b..1165fbf18a 100644 --- a/docs/intro/tutorial03.txt +++ b/docs/intro/tutorial03.txt @@ -182,7 +182,7 @@ slightly different, because they take an argument:: def vote(request, poll_id): return HttpResponse("You're voting on poll %s." % poll_id) -Wire these news views into the ``polls.urls`` module by adding the following +Wire these new views into the ``polls.urls`` module by adding the following :func:`~django.conf.urls.url` calls:: from django.conf.urls import patterns, url |
