From 76ba451d2f61cb85287c3297d8e427d92d35691c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 6 Jul 2016 15:31:12 -0400 Subject: [1.9.x] Fixed capitalization of "URL pattern". Backport of 415ae960bb9f1bdae798023fdce3247d2c938eec from master --- 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 b4c05d6075..e048d00c0d 100644 --- a/docs/ref/urlresolvers.txt +++ b/docs/ref/urlresolvers.txt @@ -60,7 +60,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. .. deprecated:: 1.8 -- cgit v1.3