From 5b75a5edee164939832d7de18a816c85c4e37fee Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Mon, 8 Nov 2010 00:58:12 +0530 Subject: checked the language for the script `loops` --- loops/script.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/loops/script.rst b/loops/script.rst index 2957e25..138f59c 100644 --- a/loops/script.rst +++ b/loops/script.rst @@ -19,6 +19,7 @@ .. Author : Puneeth Internal Reviewer : Anoop Jacob Thomas External Reviewer : + Langauge Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script -- cgit -- cgit From 9c8bfdff3244093d0379ab121f157fce786e9530 Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Mon, 8 Nov 2010 01:34:02 +0530 Subject: Language check done for the script `strings` --- manipulating-strings/script.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst index c991dda..3686eef 100644 --- a/manipulating-strings/script.rst +++ b/manipulating-strings/script.rst @@ -19,6 +19,7 @@ .. Author : Puneeth Internal Reviewer : Amit External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script @@ -90,8 +91,8 @@ Please, pause the video here. Do the exercise(s) and then continue. s[1:-1] -gives the a substring of s, without the first and the last -characters. +gives a substring of s, without the first and the last +characters of s. :: -- cgit From b36de1d15106580f8d85cdbbdada415ff0e625b9 Mon Sep 17 00:00:00 2001 From: Anand Raj Date: Mon, 8 Nov 2010 01:36:47 +0530 Subject: checklist OK --- manipulating-strings/script.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst index 3686eef..d23cbe4 100644 --- a/manipulating-strings/script.rst +++ b/manipulating-strings/script.rst @@ -91,7 +91,7 @@ Please, pause the video here. Do the exercise(s) and then continue. s[1:-1] -gives a substring of s, without the first and the last +gives the substring of s, without the first and the last characters of s. :: -- cgit From 4a2b437dfa555f5f31dd524317d349a7aa6ae112 Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Mon, 8 Nov 2010 02:12:28 +0530 Subject: Language check done for `advanced features of functions` --- advanced-features-functions/script.rst | 1 + manipulating-strings/script.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/advanced-features-functions/script.rst b/advanced-features-functions/script.rst index 0abae54..7a67ddc 100644 --- a/advanced-features-functions/script.rst +++ b/advanced-features-functions/script.rst @@ -19,6 +19,7 @@ .. Author : Puneeth Internal Reviewer : Anoop Jacob Thomas External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst index d23cbe4..3cc1b9c 100644 --- a/manipulating-strings/script.rst +++ b/manipulating-strings/script.rst @@ -20,7 +20,7 @@ Internal Reviewer : Amit External Reviewer : Language Reviewer : Bhanukiran - Checklist OK? : [2010-10-05] + Checklist OK? : <08-11-2010, Anand, OK> [2010-10-05] Script ------ -- cgit