diff options
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 1318c5aa08..504480acb1 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -282,7 +282,7 @@ plug-and-play URLs. Since polls are in their own URLconf "/fun_polls/", or under "/content/polls/", or any other path root, and the app will still work. -.. admonition:: When to use :func:`~django.urls.include()` +.. admonition:: When to use :func:`~django.urls.include` You should always use ``include()`` when you include other URL patterns. The only exception is ``admin.site.urls``, which is a pre-built URLconf |
