diff -r fcb9936eb009 -r 71697b10f4ae getting-started-strings/script.rst --- a/getting-started-strings/script.rst Mon Nov 15 16:07:00 2010 +0530 +++ b/getting-started-strings/script.rst Tue Nov 16 23:26:42 2010 +0530 @@ -165,7 +165,7 @@ As said earlier, strings are immutable. We cannot manipulate a string. Although there are some methods which let us manipulate -strings. We will look at them in the advanced session on strings. In +strings, we will look at them in the advanced session on strings. In addition to the methods that let us manipulate the strings we have methods like split which lets us break the string on the specified separator, the join method which lets us combine the list of strings