From b36de1d15106580f8d85cdbbdada415ff0e625b9 Mon Sep 17 00:00:00 2001 From: Anand Raj Date: Mon, 8 Nov 2010 01:36:47 +0530 Subject: checklist OK --- manipulating-strings/script.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manipulating-strings/script.rst') diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst index 3686eef..d23cbe4 100644 --- a/manipulating-strings/script.rst +++ b/manipulating-strings/script.rst @@ -91,7 +91,7 @@ Please, pause the video here. Do the exercise(s) and then continue. 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. :: -- cgit