manipulating-strings/script.rst
changeset 454 0c69c2b32183
parent 381 5415cb1bb4af
child 455 f5b7d0b693d9
--- 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?       : <put date stamp here, if 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. 
 
 ::