diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-18 07:58:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-18 07:58:51 -0400 |
| commit | fd95dc9e2719e5950f5339fbd48ea0819a6d8774 (patch) | |
| tree | 786a9fe9f0f4176168b282738dd65a3f10b1a05e /docs/intro/tutorial03.txt | |
| parent | bd92a12fae1e631b240aafb5c482088e512da331 (diff) | |
Fixed #20763 -- Typo in tutorial 3.
Thanks crichard@ for the report.
Diffstat (limited to 'docs/intro/tutorial03.txt')
| -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 91409848cf..f0c39e2c93 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 |
