Language check done for the script `strings`
authorbhanu
Mon, 08 Nov 2010 01:34:02 +0530
changeset 454 0c69c2b32183
parent 453 b0e3f24bd78a
child 455 f5b7d0b693d9
Language check done for the script `strings`
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?       : <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. 
 
 ::