summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2020-06-02 12:26:30 +0200
committerGitHub <noreply@github.com>2020-06-02 12:26:30 +0200
commit8c49c3f7257f14e071b619f90cd4d8cae6d04e74 (patch)
tree1ead5763eafa41f0d9f518d50924c76dc97f8acf /docs/intro/tutorial03.txt
parent8ce570f2f263ab04190f03a0e6b7e7667a3265d8 (diff)
Adjusted URL example in tutorial.
No need for the example to be ASP specific. Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
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 b232e5a24b..3d83c56b91 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -50,7 +50,7 @@ Django will choose a view by examining the URL that's requested (to be precise,
the part of the URL after the domain name).
Now in your time on the web you may have come across such beauties as
-"ME2/Sites/dirmod.asp?sid=&type=gen&mod=Core+Pages&gid=A6CD4967199A42D9B65B1B".
+``ME2/Sites/dirmod.htm?sid=&type=gen&mod=Core+Pages&gid=A6CD4967199A42D9B65B1B``.
You will be pleased to know that Django allows us much more elegant
*URL patterns* than that.