From 8ba1eeeb9c90122a2f15b87e6740e9612b33341f Mon Sep 17 00:00:00 2001 From: Bhanukiran Date: Mon, 15 Nov 2010 15:45:27 +0530 Subject: Language check done for `getting started with strings` --- getting-started-strings/script.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/getting-started-strings/script.rst b/getting-started-strings/script.rst index dd8365b..fb37267 100644 --- a/getting-started-strings/script.rst +++ b/getting-started-strings/script.rst @@ -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 @@ Let us attempt to change one of the characters in a string:: 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 -- cgit