Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.

This commit is contained in:
za 2018-10-23 16:55:18 +07:00 committed by Carlton Gibson
parent efc0f77f02
commit b0d716cbff
6 changed files with 7 additions and 7 deletions

View file

@ -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::