Django

Code

Show
Ignore:
Timestamp:
07/21/08 22:01:21 (6 months ago)
Author:
adrian
Message:

Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/url_dispatch.txt

    r7560 r8043  
    374374essentially "roots" a set of URLs below other ones. 
    375375 
    376 For example, here's the URLconf for the `Django website`_ itself. It includes a 
     376For example, here's the URLconf for the `Django Web site`_ itself. It includes a 
    377377number of other URLconfs:: 
    378378 
     
    391391further processing. 
    392392 
    393 .. _`Django website`: http://www.djangoproject.com/ 
     393.. _`Django Web site`: http://www.djangoproject.com/ 
    394394 
    395395Captured parameters