diff -r b378844641fd -r c1f89e89d89c getting-started-strings/script.rst --- a/getting-started-strings/script.rst Mon Nov 15 15:38:44 2010 +0530 +++ b/getting-started-strings/script.rst Mon Nov 15 15:45:27 2010 +0530 @@ -16,8 +16,9 @@ .. 1. getting started with ipython .. Author : Madhu - Internal Reviewer : + Internal Reviewer : Punch External Reviewer : + Language Reviewer : Bhanukiran Checklist OK? : [2010-10-05] Script @@ -162,8 +163,8 @@ a = 'hello' a[0] = 'H' -As said earlier, strings are immutable. We cannot manipulate the -string. Although there are some methods which let us to manipulate the +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 addition to the methods that let us manipulate the strings we have methods like split which lets us break the string on the specified