diff options
author | Bhanukiran | 2010-11-11 02:46:27 +0530 |
---|---|---|
committer | Bhanukiran | 2010-11-11 02:46:27 +0530 |
commit | 12f62137317952006d8da0ac98475bd5128e6ebf (patch) | |
tree | f74d0f0fe1d9317561272a8143e3ac804f987a5e | |
parent | 7e6f1fbcccf0b121277ab8819bcc74abe957b897 (diff) | |
download | st-scripts-12f62137317952006d8da0ac98475bd5128e6ebf.tar.gz st-scripts-12f62137317952006d8da0ac98475bd5128e6ebf.tar.bz2 st-scripts-12f62137317952006d8da0ac98475bd5128e6ebf.zip |
language check done for `dictionaries`
-rw-r--r-- | dictionaries/script.rst | 5 | ||||
-rw-r--r-- | matrices/script.rst | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dictionaries/script.rst b/dictionaries/script.rst index 00dfb18..438efb5 100644 --- a/dictionaries/script.rst +++ b/dictionaries/script.rst @@ -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 @@ So the changes have been made. Now let us try one more thing, 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``, diff --git a/matrices/script.rst b/matrices/script.rst index b86f9af..30a2856 100644 --- a/matrices/script.rst +++ b/matrices/script.rst @@ -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.] |