From 2bcbca3451cf7738d8e88c20023f9e799a044e9d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 1 Apr 2013 14:03:55 +0200 Subject: Updated some 'Dive Into Python' links --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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:: -- cgit v1.3