Fixed #17028 - Changed diveintopython.org -> diveintopython.net

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-11-19 22:57:20 +00:00
parent d0eb4693ab
commit 9b8e211dd3
5 changed files with 5 additions and 5 deletions

View file

@ -1931,7 +1931,7 @@ slice
Returns a slice of the list.
Uses the same syntax as Python's list slicing. See
http://diveintopython.org/native_data_types/lists.html#odbchelper.list.slice
http://diveintopython.net/native_data_types/lists.html#odbchelper.list.slice
for an introduction.
Example::