diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-04-01 14:03:55 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-04-01 14:04:41 +0200 |
| commit | 2bcbca3451cf7738d8e88c20023f9e799a044e9d (patch) | |
| tree | e6591e5bf89abd0c75361289da12d94783572626 /docs/ref | |
| parent | 2d0db67813d457dc890a2287d9e98593565d650f (diff) | |
Updated some 'Dive Into Python' links
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
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:: |
