summaryrefslogtreecommitdiff
path: root/docs/ref
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 /docs/ref
parent2d0db67813d457dc890a2287d9e98593565d650f (diff)
Updated some 'Dive Into Python' links
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 0e81df9190..955d2ab67b 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -1936,7 +1936,7 @@ slice
Returns a slice of the list.
Uses the same syntax as Python's list slicing. See
-http://diveintopython.net/native_data_types/lists.html#odbchelper.list.slice
+http://www.diveintopython3.net/native-datatypes.html#slicinglists
for an introduction.
Example::