summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvirgitl.io <131317641+virgitlio@users.noreply.github.com>2023-12-29 01:57:30 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-29 05:58:15 +0100
commit8480f2ec3628e077993b58f5ba2b9c56b95e8cc9 (patch)
tree81094fb82cee4ade34a7d3ead1159d9c0cd434e9 /docs
parentf33eddff8ad166de2677b9ee19835f97e673ab1b (diff)
[5.0.x] Added backticks around name argument in tutorial 3.
Backport of acfdf395061537f131e6116383284690f17aa8d9 from main
Diffstat (limited to 'docs')
-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: