summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorvirgitl.io <131317641+virgitlio@users.noreply.github.com>2023-12-29 01:57:30 -0300
committerGitHub <noreply@github.com>2023-12-29 05:57:30 +0100
commitacfdf395061537f131e6116383284690f17aa8d9 (patch)
treecd34ce920106e0b0b037d3eac27a58b6a116de31 /docs/intro/tutorial03.txt
parent0be6dde81721e4a61caf45422987c599ebfcfe56 (diff)
Added backticks around name argument in tutorial 3.
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 04bd83ae52..3b121a025d 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -401,7 +401,7 @@ template, the link was partially hardcoded like this:
The problem with this hardcoded, tightly-coupled approach is that it becomes
challenging to change URLs on projects with a lot of templates. However, since
-you defined the name argument in the :func:`~django.urls.path` functions in
+you defined the ``name`` argument in the :func:`~django.urls.path` functions in
the ``polls.urls`` module, you can remove a reliance on specific URL paths
defined in your url configurations by using the ``{% url %}`` template tag: