8000 [3.0.x] Adjusted URL example in tutorial. · django/django@b9db041 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9db041

Browse files
[3.0.x] Adjusted URL example in tutorial.
No need for the example to be ASP specific. Co-authored-by: Noah Kantrowitz <noah@coderanger.net> Backport of 8c49c3f from master
1 parent caf7c46 commit b9db041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/tutorial03.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Django will choose a view by examining the URL that's requested (to be precise,
5050
the part of the URL after the domain name).
5151

5252
Now in your time on the web you may have come across such beauties as
53-
"ME2/Sites/dirmod.asp?sid=&type=gen&mod=Core+Pages&gid=A6CD4967199A42D9B65B1B".
53+
``ME2/Sites/dirmod.htm?sid=&type=gen&mod=Core+Pages&gid=A6CD4967199A42D9B65B1B``.
5454
You will be pleased to know that Django allows us much more elegant
5555
*URL patterns* than that.
5656

0 commit comments

Comments
 (0)
0