mirror of https://github.com/django/django.git
Fixed a typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5bb8c84882
commit
ac2772bd5c
|
@ -564,7 +564,7 @@ code, Django provides the ``django.core.urlresolvers.reverse()``. The
|
||||||
|
|
||||||
reverse(viewname, urlconf=None, args=None, kwargs=None)
|
reverse(viewname, urlconf=None, args=None, kwargs=None)
|
||||||
|
|
||||||
The view name is either the function name or the `URL pattern name`_).
|
The view name is either the function name or the `URL pattern name`_.
|
||||||
Normally you will not need to worry about the ``urlconf`` parameter and will
|
Normally you will not need to worry about the ``urlconf`` parameter and will
|
||||||
only pass in the positional and keyword arguments to use in the url matching.
|
only pass in the positional and keyword arguments to use in the url matching.
|
||||||
For example::
|
For example::
|
||||||
|
|
Loading…
Reference in New Issue