From 415ae960bb9f1bdae798023fdce3247d2c938eec Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 6 Jul 2016 15:31:12 -0400 Subject: Fixed capitalization of "URL pattern". --- docs/ref/urlresolvers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/urlresolvers.txt b/docs/ref/urlresolvers.txt index bb2d10b392..3c18bf3c87 100644 --- a/docs/ref/urlresolvers.txt +++ b/docs/ref/urlresolvers.txt @@ -65,7 +65,7 @@ This ``current_app`` argument is used as a hint to resolve application namespaces into URLs on specific application instances, according to the :ref:`namespaced URL resolution strategy `. -The ``urlconf`` argument is the URLconf module containing the url patterns to +The ``urlconf`` argument is the URLconf module containing the URL patterns to use for reversing. By default, the root URLconf for the current thread is used. .. note:: -- cgit v1.3