Commit 3b0bf980 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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
parent fdd3cb49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
      ::