Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-05-09 15:21:28 +00:00
parent 8eecb95ec8
commit 4b69ef637a
5 changed files with 12 additions and 8 deletions

View file

@ -69,7 +69,7 @@ These files are:
* ``urls.py``: The URL declarations for this Django project; a "table of
contents" of your Django-powered site.
.. _more on packages: http://docs.python.org/tut/node8.html#packages
.. _more about packages: http://docs.python.org/tut/node8.html#packages
The development server
----------------------