From 9c8bfdff3244093d0379ab121f157fce786e9530 Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Mon, 8 Nov 2010 01:34:02 +0530 Subject: Language check done for the script `strings` --- manipulating-strings/script.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manipulating-strings') diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst index c991dda..3686eef 100644 --- a/manipulating-strings/script.rst +++ b/manipulating-strings/script.rst @@ -19,6 +19,7 @@ .. Author : Puneeth Internal Reviewer : Amit External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script @@ -90,8 +91,8 @@ Please, pause the video here. Do the exercise(s) and then continue. 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. :: -- cgit