# HG changeset patch # User bhanu # Date 1289072845 -19800 # Node ID edf90e5d2a795e872f4ba8f011a408ff33b53fd9 # Parent b55a3476b60c4da95d220f259d1ddf4e696eae7f language checked for `accessing pieces arrays` diff -r b55a3476b60c -r edf90e5d2a79 accessing-pieces-arrays/script.rst --- a/accessing-pieces-arrays/script.rst Sun Nov 07 00:54:23 2010 +0530 +++ b/accessing-pieces-arrays/script.rst Sun Nov 07 01:17:25 2010 +0530 @@ -16,10 +16,11 @@ .. 1. getting started with arrays - +.. #[anand: internal reviewer not mentioned] .. Author : Puneeth Internal Reviewer : External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script @@ -223,7 +224,7 @@ to get the elements of rows indexed from 0 to 3, 3 not included and column indexed 2. Note that, the index before the colon is -included and the index after it is not included, in the slice that +included and the index after it is not included in the slice that we have obtained. This is very similar to the ``range`` function, where ``range`` returns a list, in which the upper limit or stop value is not included. diff -r b55a3476b60c -r edf90e5d2a79 getting-started-files/script.rst --- a/getting-started-files/script.rst Sun Nov 07 00:54:23 2010 +0530 +++ b/getting-started-files/script.rst Sun Nov 07 01:17:25 2010 +0530 @@ -18,7 +18,7 @@ Internal Reviewer : Anoop Jacob Thomas External Reviewer : Language Reviewer : Bhanukiran - Checklist OK? : [2010-10-05] + Checklist OK? : <06-11-2010, Anand, OK> [2010-10-05] Script ------