diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-09-16 05:30:48 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-09-16 05:30:48 +0000 |
| commit | 3b0bf9805d99dc03823a687aa8037bdb54c5da54 (patch) | |
| tree | 954a590fe6e5aafcea14571348cf34055c7c8937 /docs/intro/tutorial04.txt | |
| parent | fdd3cb4930b0e4386ac63b98f7e1b81670eedfaa (diff) | |
Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial04.txt')
| -rw-r--r-- | docs/intro/tutorial04.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 5b903b0271..529b4707d0 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -112,7 +112,7 @@ This code includes a few things we haven't covered yet in this tutorial: This function helps avoid having to hardcode a URL in the view function. It is given the name of the view that we want to pass control to and the variable portion of the URL pattern that points to that view. In this - case, using the URLConf we set up in Tutorial 3, this + case, using the URLconf we set up in Tutorial 3, this :func:`~django.core.urlresolvers.reverse` call will return a string like :: |
