summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-23 09:10:44 -0400
committerTim Graham <timograham@gmail.com>2014-06-23 09:10:44 -0400
commit1bbffe7867a2e5169bc89fbfab5da9b4b7bc0b05 (patch)
tree9fe82ac9ce253008c30e7a61bc1eb314ee0d5712 /docs/intro/tutorial03.txt
parent809362518d6dbb7ca989b32ed97b39f6156563b9 (diff)
Fixed #22888 -- Removed some unnecessary text in tutorial 3.
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 5f58c235aa..c3ab1870c9 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -577,8 +577,7 @@ make it so that Django knows which app view to create for a url when using the
``{% url %}`` template tag?
The answer is to add namespaces to your root URLconf. In the ``mysite/urls.py``
-file (the project's ``urls.py``, not the application's), go ahead and change
-it to include namespacing:
+file, go ahead and change it to include namespacing:
.. snippet::
:filename: mysite/urls.py