manipulating-strings/script.rst
changeset 468 ac1198488c0e
parent 456 be96dc6c9743
--- a/manipulating-strings/script.rst	Thu Nov 11 13:21:10 2010 +0530
+++ b/manipulating-strings/script.rst	Thu Nov 11 17:28:23 2010 +0530
@@ -19,7 +19,8 @@
 .. Author              : Puneeth 
    Internal Reviewer   : Amit 
    External Reviewer   :
-   Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
+   Language Reviewer   : Bhanukiran
+   Checklist OK?       : <08-11-2010, Anand, 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 the substring of s, without the first and the last
+characters of s. 
 
 ::