diff -r b0e3f24bd78a -r 0c69c2b32183 manipulating-strings/script.rst --- a/manipulating-strings/script.rst Mon Nov 08 01:14:38 2010 +0530 +++ b/manipulating-strings/script.rst Mon Nov 08 01:34:02 2010 +0530 @@ -19,6 +19,7 @@ .. Author : Puneeth Internal Reviewer : Amit External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script @@ -90,8 +91,8 @@ 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. ::