Refs #29877 -- Made diveinto.org URLs HTTPS.

This commit is contained in:
Jon Dufresne 2018-10-23 06:03:00 -07:00 committed by Carlton Gibson
parent b0d716cbff
commit 136a900ef9
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.diveinto.org/python3/native-datatypes.html#slicinglists
https://www.diveinto.org/python3/native-datatypes.html#slicinglists
for an introduction.
Example::