checklist OK
authoranand
Mon, 08 Nov 2010 01:36:47 +0530
changeset 455 f5b7d0b693d9
parent 454 0c69c2b32183
child 456 be96dc6c9743
checklist OK
manipulating-strings/script.rst
--- a/manipulating-strings/script.rst	Mon Nov 08 01:34:02 2010 +0530
+++ b/manipulating-strings/script.rst	Mon Nov 08 01:36:47 2010 +0530
@@ -91,7 +91,7 @@
 
     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. 
 
 ::