# HG changeset patch # User bhanu # Date 1289160242 -19800 # Node ID 0c69c2b321834ecfcf245d0bdef3a6e7bd3d177b # Parent b0e3f24bd78aba2cef037edbdc0694d7bdb1e22e Language check done for the script `strings` diff -r b0e3f24bd78a -r 0c69c2b32183 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? : [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. ::