language check done for `dictionaries`
authorbhanu
Thu, 11 Nov 2010 02:46:27 +0530
changeset 478 5083394605e0
parent 477 0406115dccd1
child 479 9c2e9213898c
language check done for `dictionaries`
dictionaries/script.rst
matrices/script.rst
--- a/dictionaries/script.rst	Thu Nov 11 02:16:07 2010 +0530
+++ b/dictionaries/script.rst	Thu Nov 11 02:46:27 2010 +0530
@@ -20,6 +20,7 @@
 .. Author              : Anoop Jacob Thomas <anoop@fossee.in>
    Internal Reviewer   : Puneeth
    External Reviewer   :
+   Language Reviewer   : Bhanukiran
    Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
 
 .. #[Puneeth: Quickref]
@@ -139,8 +140,8 @@
     extensions['cpp'] = 'C++ source code'
     extensions
 
-As you can see, it did not add a new thing nor gave an error, but it
-simply replaces the existing value with the new one.
+As you can see, it neither added a new thing nor gave an error, but it
+simply replaced the existing value with the new one.
 
 Now let us learn how to check if a particular key is present in the
 dictionary. For that we can use ``in``,
--- a/matrices/script.rst	Thu Nov 11 02:16:07 2010 +0530
+++ b/matrices/script.rst	Thu Nov 11 02:46:27 2010 +0530
@@ -26,10 +26,10 @@
 
      
 .. Author              : Anoop Jacob Thomas <anoop@fossee.in>
-   Internal Reviewer   : 
+   Internal Reviewer   : Puneeth
    External Reviewer   :
    Language Reviewer   : Bhanukiran
-   Checklist OK?       : <put date stamp here, if OK> [2010-10-05]
+   Checklist OK?       : <11-11-2010, Anand, OK> [2010-10-05]
 
 .. #[punch: please mark the exercises, using the syntax we decided upon.]