From b0d716cbffdd66dd9108895d0524bef2530fc732 Mon Sep 17 00:00:00 2001 From: za Date: Tue, 23 Oct 2018 16:55:18 +0700 Subject: Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/templates') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index e5507e3714..a751926e8f 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2092,7 +2092,7 @@ individual elements of the sequence. Returns a slice of the list. Uses the same syntax as Python's list slicing. See -http://www.diveintopython3.net/native-datatypes.html#slicinglists +http://www.diveinto.org/python3/native-datatypes.html#slicinglists for an introduction. Example:: -- cgit v1.3