From 6429961418b0da70e915fcb61f4cf41977cf818a Mon Sep 17 00:00:00 2001 From: minusf Date: Wed, 25 Jul 2018 00:35:58 +0200 Subject: [PATCH] Fixed typo in docs/topics/http/urls.txt. --- docs/topics/http/urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 4644ddea2b..4ee7a4e9ba 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -736,7 +736,7 @@ the fully qualified name into parts and then tries the following lookup: setting the current application on the :attr:`request.current_app ` attribute. -3. If there is no current application. Django looks for a default +3. If there is no current application, Django looks for a default application instance. The default application instance is the instance that has an :term:`instance namespace` matching the :term:`application namespace` (in this example, an instance of ``polls`` called ``'polls'``).