summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-04-01 14:03:55 +0200
committerClaude Paroz <claude@2xlibre.net>2013-04-01 14:04:41 +0200
commit2bcbca3451cf7738d8e88c20023f9e799a044e9d (patch)
treee6591e5bf89abd0c75361289da12d94783572626 /django
parent2d0db67813d457dc890a2287d9e98593565d650f (diff)
Updated some 'Dive Into Python' links
Diffstat (limited to 'django')
-rw-r--r--django/template/defaultfilters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/defaultfilters.py b/django/template/defaultfilters.py
index 85202b62a4..88526e5a20 100644
--- a/django/template/defaultfilters.py
+++ b/django/template/defaultfilters.py
@@ -551,7 +551,7 @@ def slice_filter(value, arg):
Returns a slice of the list.
Uses the same syntax as Python's list slicing; see
- http://diveintopython.org/native_data_types/lists.html#odbchelper.list.slice
+ http://www.diveintopython3.net/native-datatypes.html#slicinglists
for an introduction.
"""
try: