From fb5e3fc998afbd9fd3c17da123cc61c541987118 Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Sun, 7 Nov 2010 01:17:25 +0530 Subject: language checked for `accessing pieces arrays` --- accessing-pieces-arrays/script.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'accessing-pieces-arrays/script.rst') diff --git a/accessing-pieces-arrays/script.rst b/accessing-pieces-arrays/script.rst index d99d3f8..10d3e3e 100644 --- a/accessing-pieces-arrays/script.rst +++ b/accessing-pieces-arrays/script.rst @@ -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 @@ We say, 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. -- cgit