diff --git docs/intro/tutorial03.txt docs/intro/tutorial03.txt
index bb851b7..41a62a7 100644
|
|
Here's what happens if a user goes to "/polls/34/" in this system:
|
523 | 523 | |
524 | 524 | Now that we've decoupled that, we need to decouple the ``polls.urls`` |
525 | 525 | URLconf by removing the leading "polls/" from each line, and removing the |
526 | | lines registering the admin site. Your ``polls.urls`` file should now look like |
| 526 | lines registering the admin site. Your ``polls/urls.py`` file should now look like |
527 | 527 | this:: |
528 | 528 | |
529 | 529 | from django.conf.urls.defaults import * |