diff -r 0c69c2b32183 -r f5b7d0b693d9 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. ::