diff options
author | Bhanukiran | 2010-11-07 01:17:25 +0530 |
---|---|---|
committer | Bhanukiran | 2010-11-07 01:17:25 +0530 |
commit | fb5e3fc998afbd9fd3c17da123cc61c541987118 (patch) | |
tree | 71ef7ed74919faea2a2c81045cc1d35277ed567d | |
parent | 6325db1dc8bdde5c2fa7cb2ab7b5513464183fab (diff) | |
download | st-scripts-fb5e3fc998afbd9fd3c17da123cc61c541987118.tar.gz st-scripts-fb5e3fc998afbd9fd3c17da123cc61c541987118.tar.bz2 st-scripts-fb5e3fc998afbd9fd3c17da123cc61c541987118.zip |
language checked for `accessing pieces arrays`
-rw-r--r-- | accessing-pieces-arrays/script.rst | 5 | ||||
-rw-r--r-- | getting-started-files/script.rst | 2 |
2 files changed, 4 insertions, 3 deletions
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? : <put date stamp here, if 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. diff --git a/getting-started-files/script.rst b/getting-started-files/script.rst index c5baccb..bd3dc9b 100644 --- a/getting-started-files/script.rst +++ b/getting-started-files/script.rst @@ -18,7 +18,7 @@ Internal Reviewer : Anoop Jacob Thomas<anoop@fossee.in> External Reviewer : Language Reviewer : Bhanukiran - Checklist OK? : <put date stamp here, if OK> [2010-10-05] + Checklist OK? : <06-11-2010, Anand, OK> [2010-10-05] Script ------ |