Language check done for `getting started with strings`
authorbhanu
Mon, 15 Nov 2010 15:45:27 +0530
changeset 513 c1f89e89d89c
parent 512 b378844641fd
child 514 ca9d084d0c87
Language check done for `getting started with strings`
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?       : <put date stamp here, if 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