# HG changeset patch # User anand # Date 1289160407 -19800 # Node ID f5b7d0b693d9fdf9e465a07ab0cac2e50fbb0252 # Parent 0c69c2b321834ecfcf245d0bdef3a6e7bd3d177b checklist OK 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. ::