diff options
| author | minusf <minusf@gmail.com> | 2018-07-25 00:35:58 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-24 18:36:41 -0400 |
| commit | 74d039e317e2654fd252b486419aa47c3c86dc18 (patch) | |
| tree | 009893a1b5ad1ea8a0c00caf2c136df3529484da /docs | |
| parent | 9cd6f9c1c5b0f0cd849200dbdeae6557b7336903 (diff) | |
[2.1.x] Fixed typo in docs/topics/http/urls.txt.
Backport of 6429961418b0da70e915fcb61f4cf41977cf818a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <django.http.HttpRequest.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'``). |
