diff options
author | Amit Sethi | 2010-11-11 23:44:59 +0530 |
---|---|---|
committer | Amit Sethi | 2010-11-11 23:44:59 +0530 |
commit | 671859df1a8221a546e640bc88f4d9445ee7505e (patch) | |
tree | 1e937543009c7138e921024eed7fb5f94ce2e788 /dictionaries/script.rst | |
parent | 9232b799a0d01d92d9332bc09e0d554a55a841e2 (diff) | |
parent | a862dcb040bf0e0c68f87ba69fffc38a2550fa9b (diff) | |
download | st-scripts-671859df1a8221a546e640bc88f4d9445ee7505e.tar.gz st-scripts-671859df1a8221a546e640bc88f4d9445ee7505e.tar.bz2 st-scripts-671859df1a8221a546e640bc88f4d9445ee7505e.zip |
Mergind heads
Diffstat (limited to 'dictionaries/script.rst')
-rw-r--r-- | dictionaries/script.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dictionaries/script.rst b/dictionaries/script.rst index 00dfb18..a8099c8 100644 --- a/dictionaries/script.rst +++ b/dictionaries/script.rst @@ -20,7 +20,8 @@ .. Author : Anoop Jacob Thomas <anoop@fossee.in> Internal Reviewer : Puneeth External Reviewer : - Checklist OK? : <put date stamp here, if OK> [2010-10-05] + Language Reviewer : Bhanukiran + Checklist OK? : <11-11-2010, Anand, 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``, |