Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Karen Tracey 2008-11-01 19:02:09 +00:00
parent 8955a085a5
commit d4f4ab8535
10 changed files with 11 additions and 11 deletions

View file

@ -1255,7 +1255,7 @@ pprint
A wrapper around `pprint.pprint`__ -- for debugging, really.
__ http://www.python.org/doc/2.5/lib/module-pprint.html
__ http://docs.python.org/library/pprint.html
.. templatefilter:: random