dictionary.org
changeset 117 d3005da44457
parent 115 d35eccbf206d
child 119 7dc53e6c8065
--- a/dictionary.org	Thu Apr 29 17:59:25 2010 +0530
+++ b/dictionary.org	Thu Apr 29 17:58:22 2010 +0530
@@ -30,8 +30,9 @@
     To add a new key-value to this dictionary we have to something like
     player['Name'] = 'Rahul Dravid'
     print player    
-    Please dont forget that Python dictionaries dont maintain the order
-    in which key-value pair are stored it changes as we add new entries.
+    Please remember that Python dictionaries dont maintain the order
+    in which the key-value pair are stored it might change as we add new
+    entries.
 
     In dictionaries Duplicate keys are overwritten, that is when we do 
     player['Mat'] = 139