diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:02:09 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:02:09 +0000 |
| commit | d4f4ab853532c0b541e640eb2e3f5ec17f0b9dd6 (patch) | |
| tree | 7cb00cfe04713a77a174542e002aaa430b959b3d /docs/ref/templates | |
| parent | 8955a085a5b2cb9dd4a41c22fbb90c527e5b55f2 (diff) | |
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
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index cfff4309b4..4a922fbe7d 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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 |
